Skip to content

Commit

Permalink
fix(ci): Fix reusable workflows repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-garcia committed Apr 26, 2024
1 parent ecff913 commit 56c8819
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ name: Pull Request checks

jobs:
check_shell:
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_shell.yaml@dfa5aa6bfee2a41dad6f10dd6147a40f35453e4d # v0.0.6
uses: scaleway-terraform-modules/workflows/.github/workflows/check_shell.yaml@dfa5aa6bfee2a41dad6f10dd6147a40f35453e4d # v0.0.6
check_tf:
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_tf.yaml@dfa5aa6bfee2a41dad6f10dd6147a40f35453e4d # v0.0.6
uses: scaleway-terraform-modules/workflows/.github/workflows/check_tf.yaml@dfa5aa6bfee2a41dad6f10dd6147a40f35453e4d # v0.0.6
secrets: inherit
check_yaml:
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_yaml.yaml@dfa5aa6bfee2a41dad6f10dd6147a40f35453e4d # v0.0.6
uses: scaleway-terraform-modules/workflows/.github/workflows/check_yaml.yaml@dfa5aa6bfee2a41dad6f10dd6147a40f35453e4d # v0.0.6

0 comments on commit 56c8819

Please sign in to comment.