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 8fe8b27aad - Show all commits
+8 -3
View File
@@ -10,13 +10,18 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Show Environment Variables
- name: Set Environment Variables
id: vars
run: |
echo "REPOSITORY: ${{ gitea.repository }}"
echo "DOCKER_REPO_URL: ${{ vars.docker_repo_url }}"
echo "COMMIT_SHA: ${{ gitea.sha }}"
echo $(git rev-parse --short ${{ gitea.sha }})
echo "SHA_SHORT=$(git rev-parse --short ${{ gitea.sha }} )"
echo "${ SHA_SHORT }"
echo "sha_short=$(git rev-parse --short ${{ gitea.sha }} )" >> "$vars"
echo "${{ gitea.env }}"
- name: Show Environment Variables
run: |
echo "REPOSITORY: ${{ gitea.repository }}"
echo "DOCKER_REPO_URL: ${{ vars.docker_repo_url }}"
echo "COMMIT_SHA: ${{ gitea.sha }}"
echo "${{ vars.sha_short }}"