mirror of
https://github.com/marado/RNID.git
synced 2025-02-22 16:30:01 +00:00
Remoção do workflow de teste ao script da ACT
O resultado dos testes já foi registado em #87.
This commit is contained in:
parent
8ab844206e
commit
60f866f9fa
28
.github/workflows/act-debug.yml
vendored
28
.github/workflows/act-debug.yml
vendored
@ -1,28 +0,0 @@
|
|||||||
name: ACT debug
|
|
||||||
|
|
||||||
on: push
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
act-debug:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Run validation scripts
|
|
||||||
run: |
|
|
||||||
sudo apt install curl git html-xml-utils wget -y
|
|
||||||
"${GITHUB_WORKSPACE}/scripts/18-act.sh"
|
|
||||||
|
|
||||||
- name: Commit file(s)
|
|
||||||
run: |
|
|
||||||
git config --local user.email "<>"
|
|
||||||
git config --local user.name "GitHub Actions"
|
|
||||||
git add ./README.md
|
|
||||||
git commit -m "Update de $(date +"%Y-%m-%d")"
|
|
||||||
|
|
||||||
- name: Push changes # push the output folder to your repo
|
|
||||||
uses: ad-m/github-push-action@master
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
force: true
|
|
Loading…
Reference in New Issue
Block a user