From 7308a1d113ede1a3183f1270631fb6f602da74a6 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Wed, 4 Dec 2024 19:47:31 -0400 Subject: [PATCH] trigger --- .github/workflows/image_creation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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