Update .gitea/workflows/update-list.yaml
Some checks failed
Push commit / report (push) Failing after 3s
Some checks failed
Push commit / report (push) Failing after 3s
This commit is contained in:
parent
27193f09ad
commit
a58ba2adb0
@ -5,15 +5,5 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/ischanx/checkout@06c611454073903c9d44641d7e085b21115d3dcf
|
- uses: https://github.com/ischanx/checkout@06c611454073903c9d44641d7e085b21115d3dcf
|
||||||
|
|
||||||
- name: Create report file
|
|
||||||
run: touch file
|
|
||||||
|
|
||||||
- name: Commit report
|
- run: bash update_cec_list.bash
|
||||||
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