From 4ae4dc528a394d44b82c31a954a49ef2e10969e9 Mon Sep 17 00:00:00 2001 From: Cat Chen Date: Sat, 7 Jan 2023 14:43:56 -0800 Subject: [PATCH] Fixed subsequent workflows running after accept-to-ship-action is skipped --- .github/workflows/ship.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ship.yml b/.github/workflows/ship.yml index a8d34a1..81c9270 100644 --- a/.github/workflows/ship.yml +++ b/.github/workflows/ship.yml @@ -72,7 +72,8 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: CatChen/accept-to-ship-action@v0.4 + - id: ship + uses: CatChen/accept-to-ship-action@v0.4 with: merge-method: squash timeout: 0 @@ -94,7 +95,8 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: CatChen/accept-to-ship-action@v0.4 + - id: ship + uses: CatChen/accept-to-ship-action@v0.4 with: merge-method: squash timeout: 0