style: move push action to new dir so github and gitea can share it
Some checks failed
Check / check (push) Failing after 0s

This commit is contained in:
2025-05-17 04:03:37 -04:00
parent e20156a2de
commit f9245c4145
8 changed files with 112 additions and 144 deletions

View File

@ -16,7 +16,7 @@ jobs:
contains(github.event.head_commit.message, 'Merge pull request') == false
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/init
- uses: ./.actions/init
with:
token: "${{ secrets.CACHIX_AUTH_TOKEN }}"