Skip to content

Commit

Permalink
GitHub actions - idempotency test: Bugfix ./x/helix/.git/
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Jan 5, 2025
1 parent 5ec9334 commit e390885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/UbuntuGH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
! -path "./.dotfiles/logs/HEAD" \
! -path "*work/_temp/*" \
! -path "./runners/*" \
! -path "./x/helix/.git/" \
! -path "./x/helix/.git/*" \
! -iname "*.log" \
! -name ".wget-hsts" \
\) -print0 |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
! -path "./.cargo/registry/index/*" \
! -path "./x/helix/target/release/build/helix-term*" \
! -path "./x/helix/target/.rustc_info.json" \
! -path "./x/helix/.git/" \
! -path "./x/helix/.git/*" \
! -iname "*.log" \
! -name ".wget-hsts" \
\) -print0 |
Expand Down

0 comments on commit e390885

Please sign in to comment.