diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml new file mode 100644 index 0000000..407c26f --- /dev/null +++ b/.gitea/workflows/action.yaml @@ -0,0 +1,19 @@ +name: Gitea Actions Build +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + branches: + - master + pull_request: + branches: + - master + +jobs: + Info: + runs-on: ubuntu-latest + steps: + - logInfoMessage: Check out repository code + run: | + echo "${{toJson(github)}}" + echo "${{toJson(gitea)}}" \ No newline at end of file