Skip to content

Commit

Commit #1

Workflow file for this run

name: Commit
on:
workflow_dispatch:
jobs:
commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: snow-actions/[email protected]
- run: echo "test" >> test
- run: |
git add .
git commit -m "test"
git push