Skip to content

Commit

Permalink
Use GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine committed Nov 8, 2024
1 parent 74a8014 commit 5eb653e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: nix-env -i jq nix-eval-jobs -f '<nixpkgs>'
- run: nix-eval-jobs --gc-roots-dir gcroot --check-cache-status --flake '.#nixosConfigurations.install-image-orangepi5plus.config.system.build.toplevel' | tee result.json
- id: cache-status
run: echo "cache-status=$(jq -r .cacheStatus result.json)" >> "$GITHUB_ENV"
run: echo "cache-status=$(jq -r .cacheStatus result.json)" >> $GITHUB_OUTPUT
- uses: simonswine/hetzner-github-runner@HEAD
if: "${{ steps.cache-status.outputs.cache-status == 'notBuilt' }}"
with:
Expand Down

0 comments on commit 5eb653e

Please sign in to comment.