Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Jan 28, 2021
1 parent 7c2f9c0 commit 7a0a80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
push:
runs-on: ubuntu-latest
if: ${{ github.repository-owner == 'tardis-sn' }} # Do not run on forks
if: ${{ github.repository_owner == 'tardis-sn' }} # Do not run on forks

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7a0a80d

Please sign in to comment.