From 9a455a8fe9180ac75ade5803be1f87f38f543101 Mon Sep 17 00:00:00 2001 From: ZeronightOz <42484761+qingyiwebt@users.noreply.github.com> Date: Sun, 21 Jul 2024 15:55:27 +0800 Subject: [PATCH] add: patch actions workflow --- .github/workflows/patch.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/patch.yml diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml new file mode 100644 index 0000000..78ca6cd --- /dev/null +++ b/.github/workflows/patch.yml @@ -0,0 +1,26 @@ +# This is a basic workflow that is manually triggered + +name: Patch new version + +on: + workflow_dispatch: + +jobs: + greet: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + path: quickjs-universal + - name: Patch + run: | + pushd quickjs-universal + pwsh ./Patch.ps1 + popd + + - name: Create Pull Request + uses: peter-evans/create-pull-request@v6 + with: + path: quickjs-universal + add-paths: PatchedSources/