Skip to content

Update test.yaml

Update test.yaml #2

Workflow file for this run

name: test
on:
push:
branches: "*"
jobs:
init:
runs-on: ubuntu-latest
name: Prepare
steps:
- uses: actions/checkout@v4
- run: |
echo "io"
touch results/xxx
- uses: EndBug/add-and-commit@v9
with:
add: "results"
author_name: "DashlordBetaGouvBot"
author_email: "[email protected]"
fetch: "--depth 0"
# message: "update: ${{ matrix.sites.url }}"
# pull: '--rebase --autostash'