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 2789c275fa - Show all commits
-1
View File
@@ -37,7 +37,6 @@ jobs:
- name: Set Environment Variables
run: |
echo "sha_short=$(git rev-parse --short "$GITEA_SHA")" >> "$GITEA_ENV"
echo "branch=$(echo ${GITEA_REF#refs/heads/})" >> "$GITEA_ENV"
- name: Print Env Vars
run: |
echo "Branch: ${{ env.branch }}"