Skip to content

Commit

Permalink
chore(config): Fix yq action
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelsJP committed Feb 4, 2024
1 parent 91c8e59 commit 41cd61c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/config-conversion-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: yq - portable yaml processor
run: |
sudo snap install yq --channel=v3/stable
uses: mikefarah/[email protected]
- name: Check PR state is ready_for_review
run: |
if [ "${{ github.event_name }}" == "pull_request" ]; then
Expand Down

0 comments on commit 41cd61c

Please sign in to comment.