Add .gitea/workflows/update-list.yaml
All checks were successful
Push commit / report (push) Successful in 5s
All checks were successful
Push commit / report (push) Successful in 5s
This commit is contained in:
parent
718d42183f
commit
87c4c6ddac
19
.gitea/workflows/update-list.yaml
Normal file
19
.gitea/workflows/update-list.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
name: Push commit
|
||||
on: push
|
||||
jobs:
|
||||
report:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: https://github.com/ischanx/checkout@06c611454073903c9d44641d7e085b21115d3dcf
|
||||
|
||||
- name: Create report file
|
||||
run: touch file
|
||||
|
||||
- name: Commit report
|
||||
run: |
|
||||
git config --global user.name 'user2'
|
||||
git config --global user.email 'user2@localhost'
|
||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@gitea.demb.uk/$GITHUB_REPOSITORY
|
||||
git add file
|
||||
git commit -am "commit"
|
||||
git push
|
Loading…
x
Reference in New Issue
Block a user