We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed266b commit 977a954Copy full SHA for 977a954
.github/workflows/perform-release.yml
@@ -67,7 +67,7 @@ jobs:
67
uses: ./.github/actions/workflow-succeeded
68
with:
69
workflow: "Continuous Integration"
70
- sha: ${{ steps.determine-branch-names.outputs.RELEASE_COMMIT }
+ sha: ${{ steps.determine-branch-names.outputs.RELEASE_COMMIT }}
71
excluded-jobs: "[\"blackduck\"]"
72
73
release:
0 commit comments