bnujodrg
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 40s

This commit is contained in:
2026-04-05 01:39:34 -04:00
parent a26985ce2e
commit 8c7fbc6228

View File

@@ -10,7 +10,7 @@ jobs:
- run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
repository: Ronnie/SjkScripts repository: Ronnie/SjkScripts
token: ${{ gitea.token }} token: ${{ gitea.token }}