diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..b95c63b --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,12 @@ +name: Test + +on: [push] + +jobs: + test: + runs-on: ubuntu-latest + + steps: + - run: echo "Hello" + - run: echo "${{ gitea.sha }}" + - run: echo "${{ gitea.ref }}" \ No newline at end of file