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 0fcebbc commit 469573cCopy full SHA for 469573c
.github/workflows/pre-commit.yml
@@ -43,12 +43,12 @@ jobs:
43
id: wait-on-jobs
44
with:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
- workflow_id: push.yml
47
- interval: 30
48
- timeout: 120
49
- ref: ${{ github.event.pull_request.head.sha || github.sha }}
50
- org_name: ${{ github.repository_owner }}
51
- repo_name: ${{ github.event.repository.name }}
+ workflow_id: "push.yml"
+ interval: "30"
+ timeout: "120"
+ ref: "${{ github.event.pull_request.head.sha || github.sha }}"
+ org_name: "${{ github.repository_owner }}"
+ repo_name: "${{ github.event.repository.name }}"
52
53
54
- name: Get compilation workflow ID
0 commit comments