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 bc5afe3d6e - Show all commits
+3 -2
View File
@@ -26,11 +26,12 @@ jobs:
run: |
poetry run mypy ./src --disable-error-code=import-untyped
- name: Show 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 }})
commit_sha = $(git rev-parse --short ${{ gitea.sha }})
echo "${ commit_sha }"
echo ::set-output name=SHA_SHORT::$(git rev-parse --short ${{ gitea.sha }})
echo "${ steps.vars.outputs.SHA_SHORT }"
echo "${{ gitea.env }}"