Skip to content

Commit 63630f9

Browse files
committed
Revert branch name
1 parent 9b0429d commit 63630f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ on:
99

1010
jobs:
1111
code-quality:
12-
uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@add-gherkin-linter
12+
uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@main

.github/workflows/reusable-code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/setup-node@v4
8282

8383
- name: Download lint rules
84-
run: curl https://raw.githubusercontent.com/wp-cli/.github/refs/heads/add-gherkin-linter/.gherkin-lintrc -o $RUNNER_TEMP/.gherkin-lintrc
84+
run: curl https://raw.githubusercontent.com/wp-cli/.github/refs/heads/main/.gherkin-lintrc -o $RUNNER_TEMP/.gherkin-lintrc
8585

8686
- name: Run linter
8787
run: npx --yes gherkin-lint -c $RUNNER_TEMP/.gherkin-lintrc

0 commit comments

Comments
 (0)