Move internal Actions into .github/actions
This is a more standard location for these custom Actions.
This commit is contained in:
parent
bb28e7e59e
commit
e85546ccca
53 changed files with 70 additions and 70 deletions
2
.github/workflows/__upload-ref-sha-input.yml
generated
vendored
2
.github/workflows/__upload-ref-sha-input.yml
generated
vendored
|
|
@ -69,7 +69,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Prepare test
|
||||
id: prepare-test
|
||||
uses: ./.github/prepare-test
|
||||
uses: ./.github/actions/prepare-test
|
||||
with:
|
||||
version: ${{ matrix.version }}
|
||||
- name: Set up Go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue