Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesittas committed May 4, 2024
1 parent 354b0be commit ff15774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
deploy: ${{ steps.check_deploy.outputs.deploy }}
steps:
- id: check_deploy
- uses: actions/checkout@v3
- name: Check if sqlglotrs should be deployed
uses: actions/checkout@v3
name: Check if sqlglotrs should be deployed
run: |
bash ./.github/workflows/should_deploy_sqlglotrs.sh
if [ $? -eq 0]; then echo "deploy=true"; else echo "deploy=false"; fi >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit ff15774

Please sign in to comment.