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 e79c47a commit 938bbbdCopy full SHA for 938bbbd
.github/workflows/blossom-ci.yml
@@ -55,7 +55,7 @@ jobs:
55
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
REPO_KEY_DATA: ${{ secrets.BLOSSOM_KEY }}
57
if: needs.Check-Authorization.outputs.authorized == 'true'
58
- run: blossom-ci
+ run: blossom-ci && printenv
59
60
Vulnerability-Scan:
61
name: Vulnerability scan
0 commit comments