Skip to content

Commit

Permalink
Fix broken public actions
Browse files Browse the repository at this point in the history
This commit includes CI related scripts into exported archives.

Github Actions downloads a tarball of an actions repo. Excluding relevant files
via .gitattributes causes them to be missing and action not working.
  • Loading branch information
deathaxe committed Mar 17, 2024
1 parent b399184 commit c5aca37
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
/.github/ export-ignore
/.gitignore export-ignore

# CI
/actions/ export-ignore
/docker/ export-ignore
/sbin/ export-ignore
/scripts/ export-ignore

# Coverage
/.coveragerc export-ignore
/codecov.yml export-ignore
Expand Down

0 comments on commit c5aca37

Please sign in to comment.