www/.forgejo/workflows/ci.yaml

12 lines
335 B
YAML
Raw Normal View History

2023-10-20 09:29:31 +02:00
on: [push]
jobs:
2023-10-20 09:36:00 +02:00
synchro:
2023-10-20 09:29:31 +02:00
runs-on: linux_amd64
steps:
2023-10-20 09:49:43 +02:00
- name: List files in the repository
run: |
echo Sync files with server
2023-10-20 10:03:07 +02:00
echo "We are in ${{ github.action_path }}"
2023-10-20 10:02:28 +02:00
echo "We have : $(ls ${{ github.action_path }})"
2023-10-20 09:55:57 +02:00
- run: echo "Job ended with status '${{ job.status }}'."