Skip to content

Commit

Permalink
fix yaml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
watahani authored Apr 9, 2024
1 parent 81ce900 commit 4f6bb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

# If you want to deploy preview site automatically
deploy-preview-if-pr-owner-is-owner
deploy-preview-if-pr-owner-is-owner:
runs-on: ubuntu-latest
if:
github.event_name == 'pull_request_target' &&
Expand Down

0 comments on commit 4f6bb48

Please sign in to comment.