Testing actions
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 7s Details

This commit is contained in:
Roland Thomas Jr 2023-06-15 10:05:30 -04:00
parent 3d769a3800
commit 9c50e83d6c
Signed by: roland
GPG Key ID: 7C3C2B085A4C2872
1 changed files with 1 additions and 4 deletions

View File

@ -17,11 +17,8 @@ jobs:
with:
submodules: recursive
- name: Print repository name
env:
GITEA_REPO: ${{ gitea.repository }}
run: |
echo "💡 The "$GITEA_REPO:" repository has been cloned to the runner."
echo ${{ secrets.NOT_A_SECRET }}
echo "💡 The "${{ gitea.repository }}" repository has been cloned to the runner."
- name: Pass login information
env:
DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}