Skip to content

Commit

Permalink
[update #14] pong workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tiawl authored Apr 28, 2024
2 parents 035e264 + ab106ae commit 539c1ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pong.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: cd pong
on:
repository_dispatch:
types:
- ping
- ping-spaceporn-dep-action-cd-ping
- ping-spaceporn-dep-action-cd-pong

jobs:
pong:
Expand All @@ -13,7 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: tiawl/spaceporn-dep-action-cd-pong@v1
if: contains(fromJSON('["spaceporn-dep-action-cd-ping", "spaceporn-dep-action-cd-pong"]'), github.event.client_payload.dependency)
with:
repository: "${{ github.repository }}"
dependency: "${{ github.event.client_payload.dependency }}"
Expand Down

0 comments on commit 539c1ff

Please sign in to comment.