Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Bump CI setup parser
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 22, 2023
1 parent 9e9c013 commit 4fabc90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install nix parser
run: curl -L https://github.com/kachick/nix-headbump/releases/download/v0.1.2/nix-headbump_Linux_x86_64.tar.gz | tar xvz -C ./ nix-headbump
run: curl -L https://github.com/kachick/nix-headbump/releases/download/v0.2.0/nix-headbump_Linux_x86_64.tar.gz | tar xvz -C ./ nix-headbump
- id: current
run: |
current="$(./nix-headbump -current)"
current="$(./nix-headbump detect --current)"
echo "current=${current}" | tee -a "$GITHUB_OUTPUT"
tasks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4fabc90

Please sign in to comment.