Skip to content

Commit

Permalink
Merge pull request #28 from tshion/feature/brush20240624
Browse files Browse the repository at this point in the history
リリースフローの再整備(その5)
  • Loading branch information
tshion authored Jun 29, 2024
2 parents 4c484e3 + 56fde55 commit 4f8c57e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/160a-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- working-directory: ./main/
run: bash ../tools/.github/scripts/display.bash

- uses: ./
- uses: ./tools/
with:
global: TRUE
user: ACTIONS-USER
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- working-directory: ./main/
run: bash ../tools/.github/scripts/display.bash

- uses: ./
- uses: ./tools/
with:
global: TRUE
user: GITHUB-ACTIONS
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- working-directory: ./main/
run: bash ../tools/.github/scripts/display.bash

- uses: ./
- uses: ./tools/
with:
global: TRUE
user: LATEST-COMMIT
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- working-directory: ./main/
run: bash ../tools/.github/scripts/display.bash

- uses: ./
- uses: ./tools/
with:
global: TRUE
user: SPECIFIC
Expand Down

0 comments on commit 4f8c57e

Please sign in to comment.