Skip to content

Commit

Permalink
multi-gitter: Update org in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
v1gnesh committed Sep 21, 2024
1 parent aabae13 commit e4a4a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ on:
jobs:
build-and-test:
if: (github.event.issue.pull_request && contains(github.event.comment.body, '/run tests')) || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request_target'
uses: ZOSOpenTools/meta/.github/workflows/build_and_test.yml@main
uses: zopencommunity/meta/.github/workflows/build_and_test.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: ZOSOpenTools/meta/actions@main
- uses: zopencommunity/meta/actions@main
env:
GITHUB_TOKEN: ${{ secrets.BUMP_TOKEN }}

0 comments on commit e4a4a93

Please sign in to comment.