Changed naming and added workflow

This commit is contained in:
2025-04-14 16:54:19 +02:00
parent e9d41e8355
commit 641b46fc8e
3 changed files with 17 additions and 4 deletions

View File

@ -0,0 +1,13 @@
name: Push to Github
run-name: ${{ gitea.actor }} is pushing repo to Github
on: [push]
jobs:
push:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: List files
run: |
ls ${{ gitea.workspace }}