Skip to content

Commit

Permalink
Update to 3.2.2-dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Mar 28, 2024
1 parent ff2abd8 commit cf2f7eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unity-meta-check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
steps:
- uses: actions/checkout@v3
# NOTE: Test no arguments for pull_request
- uses: DeNA/[email protected]dev1
- uses: DeNA/[email protected]dev2

# NOTE: Test full features
- uses: DeNA/[email protected]dev1
- uses: DeNA/[email protected]dev2
with:
target_path: ./Directory
log_level: DEBUG
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unity-meta-check-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
steps:
- uses: actions/checkout@v3
# NOTE: Test no arguments for push
- uses: DeNA/[email protected]dev1
- uses: DeNA/[email protected]dev2

# NOTE: Test pr_comment for push
- uses: jwalton/gh-find-current-pr@v1
id: findPr
if: always()

- uses: DeNA/[email protected]dev1
- uses: DeNA/[email protected]dev2
with:
target_path: ./Directory
log_level: DEBUG
Expand Down

0 comments on commit cf2f7eb

Please sign in to comment.