File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ concurrency:
2929
3030jobs :
3131 yaml_lint :
32- uses : ' abcxyz/pkg /.github/workflows/yaml-lint.yml@main' # ratchet:exclude
32+ uses : ' abcxyz/actions /.github/workflows/yaml-lint.yml@main' # ratchet:exclude
3333
3434 go_lint :
35- uses : ' abcxyz/pkg /.github/workflows/go-lint.yml@main' # ratchet:exclude
35+ uses : ' abcxyz/actions /.github/workflows/go-lint.yml@main' # ratchet:exclude
3636
3737 go_test :
38- uses : ' abcxyz/pkg /.github/workflows/go-test.yml@main' # ratchet:exclude
38+ uses : ' abcxyz/actions /.github/workflows/go-test.yml@main' # ratchet:exclude
Original file line number Diff line number Diff line change 7070 # Create a pull request with updated files
7171 - name : ' Create/Update Pull Request'
7272 if : ' ${{ env.CHANGES }}'
73- uses : ' abcxyz/pkg /.github/actions/create-pull-request@main' # ratchet:exclude
73+ uses : ' abcxyz/actions /.github/actions/create-pull-request@main' # ratchet:exclude
7474 with :
7575 token : ' ${{ steps.mint-token.outputs.token }}'
7676 base_branch : ' ${{ github.event.repository.default_branch }}'
You can’t perform that action at this time.
0 commit comments