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 a11659a commit 1f65247Copy full SHA for 1f65247
.github/workflows/canary.yml
@@ -49,7 +49,7 @@ jobs:
49
yarn test:e2e
50
- name: Create Issue
51
if: failure()
52
- uses: JasonEtco/create-an-issue@1a16035489d05041b9af40b970f02e301c52ffba
+ uses: JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd
53
env:
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
RUN_LINK: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
0 commit comments