Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
obvionaoe committed Mar 1, 2023
1 parent abeab2a commit 85e900f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
- cron: "0 0 * * *"

jobs:
check:
setup:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.matrix.outputs.value }}
matrix: ${{ steps.get_tag.outputs.value }}
env:
repo: bojand/ghz
steps:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
echo $result | jq 'split(",")'
}
echo "::set-output name=value::$(get_latest)"
echo "value=$(get_latest)" >> $GITHUB_OUTPUT
docker:
needs: [ setup ]
Expand Down

0 comments on commit 85e900f

Please sign in to comment.