We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a896fcf commit 8387bc6Copy full SHA for 8387bc6
.github/workflows/fixtures.yml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
regenerate_fixtures:
14
if: github.event.label.name == 'regenerate-fixtures'
15
- uses: codecrafters-io/tester-utils/.github/workflows/fixtures.yml@fixture-gen-action
+ uses: codecrafters-io/tester-utils/.github/workflows/fixtures.yml@master
16
with:
17
tester_repo: redis-tester
18
secrets: inherit
0 commit comments