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 43266fd commit a69dfe8Copy full SHA for a69dfe8
1 file changed
.github/workflows/canary-ci.yml
@@ -24,14 +24,14 @@ jobs:
24
25
canary-ci-e2e:
26
needs: parse-version
27
- uses: ${{ github.repository }}/.github/workflows/e2e.yml@${{ github.sha }}
+ uses: ./.github/workflows/e2e.yml
28
with:
29
ref: refs/pull/${{ github.event.issue.number }}/head
30
react_version: ${{ needs.parse-version.outputs.react_version }}
31
32
canary-ci-test:
33
34
- uses: ${{ github.repository }}/.github/workflows/test.yml@${{ github.sha }}
+ uses: ./.github/workflows/test.yml
35
36
37
0 commit comments