fix(ci): tdg-forgejo-action uri

This commit is contained in:
Guz
2025-06-13 19:11:17 -03:00
parent 7d80cac994
commit 320cfecc58

View File

@@ -5,7 +5,7 @@ jobs:
runs-on: alpine runs-on: alpine
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: tdg-forgejo-action - uses: actions/tdg-forgejo-action@master
with: with:
TOKEN: ${{ secrets.FORGEJO_TOKEN }} TOKEN: ${{ secrets.FORGEJO_TOKEN }}
REPO: ${{ github.repository }} REPO: ${{ github.repository }}