Skip to content

Commit

Permalink
chore: Synced file(s) with cloudquery/.github (#154)
Browse files Browse the repository at this point in the history
Synced local file(s) with [cloudquery/.github](https://github.com/cloudquery/.github).





---

This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#2604403893](https://github.com/cloudquery/.github/actions/runs/2604403893)
  • Loading branch information
cq-bot authored Jul 3, 2022
1 parent 9997d1d commit 5c8f876
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/okta/.github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# GoReleaser will upload the binaries to GitHub and mark the release as ready
- name: Mark as pre-release
if: steps.release.outputs.release_created
uses: tubone24/update_release@73fc17e6d0fd41d116fa8130c573a3f87d65001b
uses: tubone24/update_release@4baf1adeed9c6c6c9e6a2246f8ca9d9029b7a4b0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG_NAME: ${{ steps.release.outputs.tag_name }}
Expand Down
4 changes: 2 additions & 2 deletions plugins/okta/.github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:


# The workflow was manually triggered via `ok_to_test` command so we need to update the check manually
- uses: myrotvorets/set-commit-status-action@85b916270820c0c0242b1f39714373b6023f705c
- uses: myrotvorets/set-commit-status-action@96a272d782642e28b394ad11557d218e6b3cf5af
if: ${{ github.event_name == 'repository_dispatch' && success() }}
with:
token: ${{ secrets.GH_CQ_BOT }}
Expand All @@ -148,7 +148,7 @@ jobs:
allowForks: true

# The workflow was manually triggered via `ok_to_test` command so we need to update the check manually
- uses: myrotvorets/set-commit-status-action@85b916270820c0c0242b1f39714373b6023f705c
- uses: myrotvorets/set-commit-status-action@96a272d782642e28b394ad11557d218e6b3cf5af
if: ${{ github.event_name == 'repository_dispatch' && failure() }}
with:
token: ${{ secrets.GH_CQ_BOT }}
Expand Down

0 comments on commit 5c8f876

Please sign in to comment.