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 832e9ae commit 773ac99Copy full SHA for 773ac99
.github/workflows/deploy-to-control-plane-review-app.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: actions/checkout@v4
46
with:
47
fetch-depth: 0
48
- ref: github.sha
+ ref: ${{ github.sha }}
49
50
- name: Validate Required Secrets and Variables
51
shell: bash
0 commit comments