.
Some checks failed
Testing pipes / Explore-Gitea-Actions (push) Failing after 30s

This commit is contained in:
Jonas Forsberg 2024-10-14 17:04:50 +02:00
parent d54a0e2121
commit b5085146f9

View File

@ -23,6 +23,8 @@ jobs:
- shell: bash - shell: bash
env: env:
REPO_PASSWORD: ${{ secrets.REPO_LOGIN }} REPO_PASSWORD: ${{ secrets.REPO_LOGIN }}
REPO_USERNAME: ${{ env.REPO_USERNAME }}
REPO_HOST: ${{ env.REPO_HOST }}
run: | run: |
echo "username: $REPO_USERNAME" echo "username: $REPO_USERNAME"
echo "password: $REPO_PASSWORD" echo "password: $REPO_PASSWORD"