Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed May 24, 2024
1 parent 089b06d commit 6db8a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo $(
# Set name with convention "{ENV_NAME}-{REPO_NAME}"
export name=${{ github.repository }}
name=${name#"ocadotechnology/codeforelife-"}
name=${name#"ocadotechnology/codeforlife-"}
name="${{ github.ref_name }}-${name}"
echo '
Expand All @@ -37,7 +37,7 @@ jobs:
yq -i $(
# Set name with convention "{ENV_NAME}-{REPO_NAME}"
export name=${{ github.repository }}
name=${name#"ocadotechnology/codeforelife-"}
name=${name#"ocadotechnology/codeforlife-"}
name="${{ github.ref_name }}-${name}"
echo '
Expand Down

0 comments on commit 6db8a7a

Please sign in to comment.