Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 469573c

Browse files
committedApr 12, 2024
Fix
1 parent 0fcebbc commit 469573c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.github/workflows/pre-commit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
id: wait-on-jobs
4444
with:
4545
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 }}
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 }}"
5252

5353

5454
- name: Get compilation workflow ID

0 commit comments

Comments
 (0)
Please sign in to comment.