Fix YAML syntax on line 19

This commit is contained in:
Keyvan Ebrahimpour 2025-04-11 09:25:43 +00:00
parent 761058e607
commit 0b1a267807

View file

@ -16,7 +16,8 @@ jobs:
uses: actions/checkout@v3
- name: Debug repository name
run: echo "Repository: ${{ github.repository }}"
run: |
echo "Repository: ${{ github.repository }}"
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3