From a16e39c6e9b575d60f019053b6bbd9037e61e351 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Tue, 13 Feb 2024 04:24:31 +0100 Subject: [PATCH] Fix commit message for ID sync action (#1884) --- .github/workflows/sync-ids.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-ids.yml b/.github/workflows/sync-ids.yml index 13ad064..893cf15 100644 --- a/.github/workflows/sync-ids.yml +++ b/.github/workflows/sync-ids.yml @@ -26,7 +26,7 @@ jobs: fi - name: Synchronize IDs - id: sync-ids + id: sync_ids run: | mkdir -p /tmp/osv curl --silent --output /tmp/osv/advisories.zip https://osv-vulnerabilities.storage.googleapis.com/crates.io/all.zip @@ -40,5 +40,5 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: ${{ steps.assign.outputs.commit_message }} - title: ${{ steps.assign.outputs.commit_message }} + title: ${{ steps.sync_id.outputs.commit_message }} branch: sync-ids