Skip to content

Commit

Permalink
Fix annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroruizponce committed Jan 18, 2024
1 parent f1c4c48 commit e0b430f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-mistica-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})
if [ "$BRANCH_NAME" == "main" ]; then
echo '::error:: Record screenshots aborted since it's on the main branch.'
echo "::error:: Record screenshots aborted since it's on the main branch."
exit 0
fi
Expand Down

0 comments on commit e0b430f

Please sign in to comment.