Skip to content

Commit

Permalink
Fixed Action name used in the ship Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChen committed Sep 1, 2022
1 parent e460fa2 commit 0e902c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: ./
- uses: CatChen/accept-to-ship-action@v0.3.0
with:
merge-method: squash
timeout: 0
Expand All @@ -65,7 +65,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: ./
- uses: CatChen/accept-to-ship-action@v0.3.0
with:
merge-method: squash
timeout: 0
Expand Down

0 comments on commit 0e902c9

Please sign in to comment.