Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
chessbyte committed Feb 8, 2022
1 parent f654a11 commit 4345845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Build
run: bundle exec exe/miq build all
- name: Notify manageiq.github.io
if: ${{ github.event_name == "push" && github.repository_owner == "ManageIQ" }}
if: ${{ github.event_name == 'push' && github.repository_owner == 'ManageIQ' }}
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.DEPLOY_TOKEN }}
Expand Down

0 comments on commit 4345845

Please sign in to comment.