Skip to content

Commit

Permalink
Fix config for release install.
Browse files Browse the repository at this point in the history
  • Loading branch information
korenyoni committed Aug 20, 2024
1 parent a5d32d6 commit 5b38cac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-matrix-2-levels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
cache: true
config: |-
mikefarah/yq:v4.44.3
mikefarah/yq: v4.44.3
- uses: ./
id: current
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-matrix-3-levels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
cache: true
config: |-
mikefarah/yq:v4.44.3
mikefarah/yq: v4.44.3
- uses: ./
id: current
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-no-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
cache: true
config: |-
mikefarah/yq:v4.44.3
mikefarah/yq: v4.44.3
- uses: ./
id: current
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-positive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
cache: true
config: |-
mikefarah/yq:v4.44.3
mikefarah/yq: v4.44.3
- uses: ./
id: current
Expand Down

0 comments on commit 5b38cac

Please sign in to comment.