docker-aria2c/.github/workflows/build.yaml

13 lines
309 B
YAML
Raw Normal View History

2024-02-25 19:51:06 +00:00
name: Github Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions (on Gitea) 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: |
ls ${{ github.workspace }}