name: Test run-name: ${{ gitea.actor }} pushed new changes to ${{ gitea.branch }} on: workflow-call: jobs: Build: runs-on: nodejs-ubuntu steps: - name: Test step run: | echo "Hello World"