diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2db50de..9c54f3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -258,7 +258,6 @@ jobs: - spaceporn-dep-action-env - spaceporn-dep-action-bot - spaceporn-dep-action-ci - - spaceporn-dep-action-cd-ping - spaceporn-dep-action-cd-pong runs-on: ubuntu-latest steps: @@ -291,7 +290,6 @@ jobs: - spaceporn-dep-action-bot - spaceporn-dep-action-ci - spaceporn-dep-action-cd-ping - - spaceporn-dep-action-cd-pong runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/pong.yml b/.github/workflows/pong.yml index 3332252..7910c3c 100644 --- a/.github/workflows/pong.yml +++ b/.github/workflows/pong.yml @@ -5,7 +5,6 @@ on: types: - ping-spaceporn-dep-action-env - ping-spaceporn-dep-action-cd-ping - - ping-spaceporn-dep-action-cd-pong jobs: pong: @@ -14,10 +13,12 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: tiawl/spaceporn-dep-action-cd-pong@v1 + - uses: actions/checkout@v4 + - uses: ./ with: repository: "${{ github.repository }}" dependency: "${{ github.event.client_payload.dependency }}" tag: "${{ github.event.client_payload.tag }}" hash: "${{ github.event.client_payload.hash }}" token: "${{ secrets.PAT }}" + - uses: actions/checkout@v4