Skip to content

Commit

Permalink
fix: Fix the name of the workflow repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-garcia committed Apr 26, 2024
1 parent 05fbb7b commit 6a71edd
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@9bc9c19138cd4870f7b5f74d329840157702a6b4 # v0.0.7
uses: scaleway-terraform-modules/workflows/.github/workflows/check_shell.yaml@9bc9c19138cd4870f7b5f74d329840157702a6b4 # v0.0.7
check_tf:
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_tf.yaml@9bc9c19138cd4870f7b5f74d329840157702a6b4 # v0.0.7
uses: scaleway-terraform-modules/workflows/.github/workflows/check_tf.yaml@9bc9c19138cd4870f7b5f74d329840157702a6b4 # v0.0.7
secrets: inherit
check_yaml:
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_yaml.yaml@9bc9c19138cd4870f7b5f74d329840157702a6b4 # v0.0.7
uses: scaleway-terraform-modules/workflows/.github/workflows/check_yaml.yaml@9bc9c19138cd4870f7b5f74d329840157702a6b4 # v0.0.7

0 comments on commit 6a71edd

Please sign in to comment.