We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c396c5 commit 7a433c0Copy full SHA for 7a433c0
1 file changed
.github/workflows/publish-all-operators.yaml
@@ -72,6 +72,7 @@ jobs:
72
uses: actions/checkout@v4
73
with:
74
fetch-depth: 0
75
+ ref: ${{ inputs.release_branch || 'main' }}
76
77
- name: Scan vulnerabilities
78
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan@v3
0 commit comments