Skip to content

Commit

Permalink
Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
albig committed Oct 31, 2023
1 parent 61bc3db commit 58b578f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: fail on fork
if: github.repository_owner != 'verdigado'
run: exit 1
if: github.repository_owner != 'verdigado'
run: exit 1

- name: Echo debug
run: |
Expand Down

0 comments on commit 58b578f

Please sign in to comment.