idk man i'm just gonna rebase this to clean the log
Some checks failed
build / build (push) Failing after 27s
test / test (push) Successful in 36s

This commit is contained in:
Seraphim R. Pardee 2024-09-20 13:50:06 -04:00
parent 47ce1ace67
commit 7d373af45d

View File

@ -12,7 +12,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: git.hl.srp.life
username: ${{ gitea.actor }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: checkout code
uses: actions/checkout@v4