Skip to content

Commit

Permalink
Fixed spelling mistake in pipeline condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofferahl committed Nov 26, 2020
1 parent 7301f7b commit 8206f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
HEALTHCHECKSIO_API_KEY: ${{ secrets.HEALTHCHECKSIO_API_KEY }}
-
name: Release on valid tag
if: github.repository == 'kristofferahl/terraform-provider-healtchecksio' && startsWith(github.ref, 'refs/tags/v')
if: github.repository == 'kristofferahl/terraform-provider-healthchecksio' && startsWith(github.ref, 'refs/tags/v')
run: ./run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8206f24

Please sign in to comment.