From eb6fc8b82bf9512d0f01feab0c81e8420b3fa0e3 Mon Sep 17 00:00:00 2001 From: tiawl Date: Sun, 28 Apr 2024 16:30:28 +0200 Subject: [PATCH 1/3] [fix] --- .github/workflows/pong.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pong.yml b/.github/workflows/pong.yml index 3332252..0d4d4e2 100644 --- a/.github/workflows/pong.yml +++ b/.github/workflows/pong.yml @@ -14,10 +14,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 From 1b94049080dda95ad7dfc3e5ffacc09bcf284d60 Mon Sep 17 00:00:00 2001 From: tiawl Date: Sun, 28 Apr 2024 16:43:53 +0200 Subject: [PATCH 2/3] [fix] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a683f63..86a0560 100644 --- a/action.yml +++ b/action.yml @@ -86,4 +86,4 @@ runs: git add -A git commit -m "CD: ${TITLE}" git push --force --set-upstream origin "${BRANCH}" - gh pr create --base "${DEFAULT}" --fill --assignee "${GITHUB_REPOSITORY_OWNER}" + gh pr create --base "${DEFAULT}" --title "CD: ${TITLE}" --body '' --assignee "${GITHUB_REPOSITORY_OWNER}" From 1b07d151d18c27221794693be1f9e8707841104a Mon Sep 17 00:00:00 2001 From: tiawl Date: Sun, 28 Apr 2024 18:46:40 +0200 Subject: [PATCH 3/3] [fix] --- .github/workflows/ci.yml | 2 -- .github/workflows/pong.yml | 1 - action.yml | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) 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 0d4d4e2..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: diff --git a/action.yml b/action.yml index 86a0560..a683f63 100644 --- a/action.yml +++ b/action.yml @@ -86,4 +86,4 @@ runs: git add -A git commit -m "CD: ${TITLE}" git push --force --set-upstream origin "${BRANCH}" - gh pr create --base "${DEFAULT}" --title "CD: ${TITLE}" --body '' --assignee "${GITHUB_REPOSITORY_OWNER}" + gh pr create --base "${DEFAULT}" --fill --assignee "${GITHUB_REPOSITORY_OWNER}"