Skip to content

Commit

Permalink
chore(github): update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa authored Dec 27, 2023
1 parent 1434358 commit 792cdcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/flux-image-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true

env:
PATH: /home/linuxbrew/.linuxbrew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

jobs:
extract-images:
name: Extract Images
Expand All @@ -32,8 +29,11 @@ jobs:
app-id: "${{ secrets.BOT_APP_ID }}"
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"

- name: Setup Path
run: echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH

- name: Setup Workflow Tools
run: brew install yq
run: brew update && brew install yq

- name: Checkout Default Branch
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand Down

0 comments on commit 792cdcf

Please sign in to comment.