We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c405ea4 commit bda1e3cCopy full SHA for bda1e3c
.github/workflows/publish.yml
@@ -43,7 +43,7 @@ jobs:
43
teedoc build
44
echo "out dir: ${out_dir}"
45
cp -rf .github $out_dir
46
- echo ::set-output name=out_dir::$out_dir
+ echo "out_dir=$out_dir" >> $GITHUB_OUTPUT
47
remote_addr=`git remote get-url --push origin`
48
echo "remote addr: ${remote_addr}"
49
cd $out_dir
0 commit comments