From 3760360bd0a96ae3afa6855abf05a78e53e4a498 Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Tue, 12 Mar 2024 17:45:49 -0400 Subject: [PATCH] fix: add id to sync upstreams job --- .github/workflows/update-profiles.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-profiles.yml b/.github/workflows/update-profiles.yml index f302c76..d254679 100644 --- a/.github/workflows/update-profiles.yml +++ b/.github/workflows/update-profiles.yml @@ -21,6 +21,7 @@ jobs: with: token: ${{ steps.get_installation_token.outputs.token }} - name: Update from upstream repo + id: sync_upstreams uses: RedHatProductSecurity/trestle-bot/actions/sync-upstreams@v0.7.2 with: branch: "sync-upstream-${{ github.run_id }}"