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 6e8c127 commit 080225aCopy full SHA for 080225a
1 file changed
.github/workflows/advisories.yml
@@ -31,8 +31,8 @@ jobs:
31
id: git-commit
32
working-directory: _advisories
33
run: |
34
- echo "::set-output name=author::$(git show -s --format='%an <%ae>')"
35
- echo "::set-output name=hash::$(git rev-parse --short HEAD)"
+ echo "author=$(git show -s --format='%an <%ae>')" >> $GITHUB_OUTPUT
+ echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
36
- name: Commit any updates
37
uses: stefanzweifel/git-auto-commit-action@v7
38
with:
0 commit comments