Testing actions
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 7s
Details
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 7s
Details
This commit is contained in:
parent
3d769a3800
commit
9c50e83d6c
|
@ -17,11 +17,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Print repository name
|
- name: Print repository name
|
||||||
env:
|
|
||||||
GITEA_REPO: ${{ gitea.repository }}
|
|
||||||
run: |
|
run: |
|
||||||
echo "💡 The "$GITEA_REPO:" repository has been cloned to the runner."
|
echo "💡 The "${{ gitea.repository }}" repository has been cloned to the runner."
|
||||||
echo ${{ secrets.NOT_A_SECRET }}
|
|
||||||
- name: Pass login information
|
- name: Pass login information
|
||||||
env:
|
env:
|
||||||
DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
|
DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
|
||||||
|
|
Loading…
Reference in New Issue