updated workflow
This commit is contained in:
@@ -26,11 +26,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
poetry run mypy ./src --disable-error-code=import-untyped
|
poetry run mypy ./src --disable-error-code=import-untyped
|
||||||
- name: Show Environment Variables
|
- name: Show Environment Variables
|
||||||
|
id: vars
|
||||||
run: |
|
run: |
|
||||||
echo "REPOSITORY: ${{ gitea.repository }}"
|
echo "REPOSITORY: ${{ gitea.repository }}"
|
||||||
echo "DOCKER_REPO_URL: ${{ vars.docker_repo_url }}"
|
echo "DOCKER_REPO_URL: ${{ vars.docker_repo_url }}"
|
||||||
echo "COMMIT_SHA: ${{ gitea.sha }}"
|
echo "COMMIT_SHA: ${{ gitea.sha }}"
|
||||||
echo $(git rev-parse --short ${{ gitea.sha }})
|
echo $(git rev-parse --short ${{ gitea.sha }})
|
||||||
commit_sha = $(git rev-parse --short ${{ gitea.sha }})
|
echo ::set-output name=SHA_SHORT::$(git rev-parse --short ${{ gitea.sha }})
|
||||||
echo "${ commit_sha }"
|
echo "${ steps.vars.outputs.SHA_SHORT }"
|
||||||
echo "${{ gitea.env }}"
|
echo "${{ gitea.env }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user