add_gitea_workflows #17

Merged
brian merged 48 commits from add_gitea_workflows into main 2024-02-25 18:45:08 +01:00
Showing only changes of commit 544972342a - Show all commits
+2 -2
View File
@@ -30,5 +30,5 @@ jobs:
echo "REPOSITORY: ${{ gitea.repository }}"
echo "DOCKER_REPO_URL: ${{ vars.docker_repo_url }}"
echo "COMMIT_SHA: ${{ gitea.sha }}"
sha_short = $(git rev-parse --short ${{gitea.sha }})
echo "SHA_SHORT: ${ sha_short }"
sha_short = $(git rev-parse --short ${{ gitea.sha }})
echo "SHA_SHORT: $sha_short"