From 88e7d362178b7731be86866b720216bb00f0c768 Mon Sep 17 00:00:00 2001 From: phoenix <85183285+PhoenixOrigin@users.noreply.github.com> Date: Fri, 26 Jan 2024 18:27:47 +0000 Subject: [PATCH] Create id.yml --- .github/workflows/id.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/id.yml diff --git a/.github/workflows/id.yml b/.github/workflows/id.yml new file mode 100644 index 000000000..848c7cbf8 --- /dev/null +++ b/.github/workflows/id.yml @@ -0,0 +1,23 @@ +name: ID_ADDER +on: [pull_request] + +jobs: + id: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + token: ${{ secrets.GITHUB_TOKEN }} + - id: files + uses: jitterbit/get-changed-files@v1 + with: + format: 'space-delimited' + - uses: phoenixorigin/id_script@v0.1.17 + with: + files: ${{ steps.files.outputs.all }} + - uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_user_name: 'GitHub Actions' + commit_user_email: 'actions@github.co' + commit_message: 'chore: update user id'