diff --git a/.github/workflows/image_creation.yml b/.github/workflows/image_creation.yml index 8ef56e6..222d889 100644 --- a/.github/workflows/image_creation.yml +++ b/.github/workflows/image_creation.yml @@ -68,7 +68,7 @@ jobs: echo "repourl=$(echo ${{ github.server_url }} | sed -e 's;https://;;')" >> $GITHUB_OUTPUT echo "repoName=$(echo ${{ github.repository }} | sed -e 's;${{ github.actor }}/;;')" >> $GITHUB_OUTPUT echo "${{ github.repository }} | sed -e 's;${{ github.actor }}/;;')" - - name: Checkout code + - name: Checkout code uses: actions/checkout@v4 - name: install envsubst