s3_cleanup/.gitea/workflows/learn-gitea.actions.yml

10 lines
219 B
YAML
Raw Normal View History

2023-07-29 09:59:11 -04:00
name: learn-gitea-actions
run-name: ${{ gitea.actor }} is learning Gitea Actions
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: echo "hello"