We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc92adb commit 877e8baCopy full SHA for 877e8ba
1 file changed
.github/workflows/security-test.yml
@@ -24,7 +24,7 @@ jobs:
24
if [ "${{ inputs.environment }}" = "prod" ]; then
25
echo "ref=main" >> $GITHUB_OUTPUT
26
else
27
- echo "ref=develop" >> $GITHUB_OUTPUT
+ echo "ref=check" >> $GITHUB_OUTPUT
28
fi
29
30
- name: Checkout code
0 commit comments