Skip to content

Commit

Permalink
ci: pin gh action to v2_k7_1_6_3 to resolve build errors
Browse files Browse the repository at this point in the history
Fixed a build error by specifying the version of a GitHub Action to v2_k7_1_6_3. This addresses an issue where the command `git worktree add --detach --force /tmp/tmpy_4q2jth main` failed. The error was resolved by using v2_k7_1_6_3 until the changes in commit INTI-CMNB/KiBot@d661880 are included in the LTS tag v2_k7. Following the resolution of issue INTI-CMNB/KiBot#589, it will then be necessary to change `main` to `origin/main` in `diff.kibot.yaml`.
  • Loading branch information
pasrom authored and martinjaeger committed Mar 7, 2024
1 parent 3bd7b67 commit 1d33b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kibot_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: '0'

- name: Run KiBot
uses: INTI-CMNB/KiBot@v2_k7
uses: INTI-CMNB/KiBot@v2_k7_1_6_3
with:
config: kicad/diff.kibot.yaml
# optional - prefix to output defined in config
Expand Down

0 comments on commit 1d33b41

Please sign in to comment.