dev/action #1

Merged
tom_trgr merged 6 commits from dev/action into main 2025-08-29 15:34:05 +02:00
Showing only changes of commit 03877ae991 - Show all commits

View File

@@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
- name: "check is REGISTRY_TOKEN exists"
env:
super_secret: ${{ secrets.REGISTRY_TOKEN }}
super_secret: ${{ secrets.REGISTRY_TOKEN }}
if: ${{ env.super_secret == '' }}
run: 'echo "echo the secret \"REGISTRY_TOKEN\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it"
- name: Login to GitHub Container Registry