Skip to content

Commit 080225a

Browse files
committed
Migrate from set-output to GITHUB_OUTPUT
1 parent 6e8c127 commit 080225a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/advisories.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
id: git-commit
3232
working-directory: _advisories
3333
run: |
34-
echo "::set-output name=author::$(git show -s --format='%an <%ae>')"
35-
echo "::set-output name=hash::$(git rev-parse --short HEAD)"
34+
echo "author=$(git show -s --format='%an <%ae>')" >> $GITHUB_OUTPUT
35+
echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
3636
- name: Commit any updates
3737
uses: stefanzweifel/git-auto-commit-action@v7
3838
with:

0 commit comments

Comments
 (0)