Skip to content

Commit

Permalink
ci: use always latest autogit
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Dec 17, 2024
1 parent 81236d9 commit d38891b
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 @@ -22,7 +22,7 @@ jobs:

- name: Install Autogit
run: |
curl -L https://github.com/darklab8/autogit/releases/download/v2.2.1/autogit-linux-amd64 -o /usr/local/bin/autogit && chmod 777 /usr/local/bin/autogit
curl -L $(curl -Ls -o /dev/null -w %{url_effective} https://github.com/darklab8/autogit/releases/latest | sed "s/releases\/tag/releases\/download/")/autogit-linux-amd64 -o /usr/local/bin/autogit && chmod 777 /usr/local/bin/autogit
- name: Checkout git repo with tags and commits for autogit
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit d38891b

Please sign in to comment.