From 25eda1869a9888392ef656945f5f429cb7772f59 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 28 Jan 2024 07:14:59 +0800 Subject: [PATCH] Delete .github/workflows/github-id.yml --- .github/workflows/github-id.yml | 39 --------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .github/workflows/github-id.yml diff --git a/.github/workflows/github-id.yml b/.github/workflows/github-id.yml deleted file mode 100644 index b896fbaf7..000000000 --- a/.github/workflows/github-id.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: GitHub ID - -on: - push: - paths: - - "domains/*.json" - -jobs: - update: - name: Update - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - token: ${{ secrets.GITHUB_TOKEN }} - repository: ${{ github.event.pull_request.head.repo.full_name }} - ref: ${{ github.head_ref }} - - - name: Get changed files - id: files - uses: jitterbit/get-changed-files@v1 - with: - format: "space-delimited" - - - name: Run script - uses: is-a-dev/github-id-script@v1.0.2 - with: - files: ${{ steps.files.outputs.all }} - token: ${{ secrets.GITHUB_TOKEN }} - - - name: Commit - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_user_name: "GitHub Actions" - commit_user_email: "actions@github.com" - commit_message: "chore: add github user id" - skip_checkout: true