updated workflow
pipeline / Test (push) Successful in 49s
CI Pipeline / Test (pull_request) Successful in 52s
CI Pipeline / Build and Publish (pull_request) Failing after 5s

This commit is contained in:
Brian Bjarke Jensen
2024-02-25 15:46:10 +01:00
parent e72b0d92f4
commit a9dd56dc65
+2 -1
View File
@@ -28,4 +28,5 @@ jobs:
- name: Show Environment Variables
run: |
echo "REPOSITORY: ${{ gitea.repository }}"
echo "DOCKER_REPO_URL: ${{vars.docker_repo_url }}"
echo "DOCKER_REPO_URL: ${{ vars.docker_repo_url }}"
echo "COMMIT_SHA: ${{ env.gitea_sha }}"