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.
2 parents eabacbf + 367230c commit 97c2c4fCopy full SHA for 97c2c4f
.github/workflows/cicd-2-publish.yaml
@@ -134,7 +134,7 @@ jobs:
134
name: "Trigger TEST deploy (only on success)"
135
needs: publish
136
if: ${{ needs.publish.result == 'success' && github.ref == 'refs/heads/main' }}
137
- uses: .github/workflows/cicd-3-test_auto.yaml
+ uses: ./.github/workflows/cicd-3-test_auto.yaml
138
with:
139
ref: ${{ github.sha }}
140
secrets: inherit
0 commit comments