Skip to content

Commit

Permalink
Fix SBOM workflow first step name (actions#9065)
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-bershel authored Dec 26, 2023
1 parent 694536d commit d16bc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_sbom_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
check_status: ${{ steps.check.outputs.status }}
runs-on: ubuntu-latest
steps:
- name: Check release
- name: Check release for ${{ github.event.client_payload.ReleaseBranchName }}
id: check
shell: pwsh
run: |
Expand Down

0 comments on commit d16bc5f

Please sign in to comment.