Skip to content

Commit

Permalink
Update deploy-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
p-shubh authored Aug 7, 2024
1 parent 8ec631c commit d52ef27
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 @@ -15,7 +15,7 @@ jobs:

- name: Check DEV_EREBRUS_FRONTEND
run: |
if [ -z "${{ secrets.DEV_EREBRUS_FRONTEND }}" ]; then
if [ -z "${{ env.DEV_EREBRUS_FRONTEND }}" ]; then
echo "DEV_EREBRUS_FRONTEND is not set. Stopping the workflow."
exit 1
fi
Expand Down

0 comments on commit d52ef27

Please sign in to comment.