Skip to content

Commit

Permalink
fix: gh vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1230 committed Dec 17, 2023
1 parent 7c9038c commit 482a9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
id: resource-name
run: |
if [[ "${{ github.ref }}" == "refs/heads/dev" ]]; then
echo "resource=personal-website-dev" >> $GITHUB_STATE
echo "resource=personal-website-dev" >> $GITHUB_OUTPUT
elif [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
echo "resource=personal-website-prod" >> $GITHUB_STATE
echo "resource=personal-website-prod" >> $GITHUB_OUTPUT
fi
- name: Checkout repo
Expand Down

0 comments on commit 482a9a4

Please sign in to comment.