mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-09-02 10:20:00 +00:00
Create id.yml
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user