Skip to content

Commit

Permalink
[fix #15] remove autodep
Browse files Browse the repository at this point in the history
  • Loading branch information
tiawl authored Apr 28, 2024
2 parents 9e106a2 + a6f88bd commit 419a89a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/pong.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 419a89a

Please sign in to comment.