Skip to content

Commit

Permalink
fix: use curly brackets and .env block
Browse files Browse the repository at this point in the history
  • Loading branch information
weaponsforge committed Sep 27, 2024
1 parent 8e5d474 commit 2582134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v3
with:
ref: $FIREBASE_TARGET
ref: ${{ env.FIREBASE_TARGET }}
- name: Build Firebase Settings
run: chmod u+x scripts/build.sh && ./scripts/build.sh
- name: Use NodeJS v16.14.2
Expand Down

0 comments on commit 2582134

Please sign in to comment.