mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
update GHA syntax for deprecation
see https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
This commit is contained in:
2
.github/workflows/assign-ids.yml
vendored
2
.github/workflows/assign-ids.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
id: assign
|
||||
run: |
|
||||
message=$(rustsec-admin assign-id --github-actions-output)
|
||||
echo "::set-output name=commit_message::${message}"
|
||||
echo "commit_message=${message}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Create duplicate ID assignment guard
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user