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 eb06dff commit d6f8176Copy full SHA for d6f8176
.github/workflows/hangar.yml
@@ -22,7 +22,7 @@ jobs:
22
exit 1
23
fi
24
echo "::add-mask::$TOKEN"
25
- echo "::set-output name=token::$TOKEN"
+ echo "token=$TOKEN" >> $GITHUB_OUTPUT
26
27
- name: Update Project for Hangar
28
run: |
0 commit comments