Skip to content

Commit

Permalink
Correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
qa-andreas-theuerkauf authored Aug 15, 2024
1 parent f4d66d5 commit ad938d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Setup composed environment variables
run: |
echo "DOCKER_IMAGE_PATH=${RUN_REGION}-docker.pkg.dev/${PROJECT_ID}/{$DOCKER_GAR_NAME}/{$SERVICE_NAME}:${GITHUB_SHA}" >> $GITHUB_ENV
echo "DOCKER_IMAGE_PATH=${RUN_REGION}-docker.pkg.dev/${PROJECT_ID}/${DOCKER_GAR_NAME}/${SERVICE_NAME}:${GITHUB_SHA}" >> $GITHUB_ENV
- name: Setup hugo
uses: peaceiris/actions-hugo@v2.6.0
Expand Down

0 comments on commit ad938d9

Please sign in to comment.