diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 83e2f734..5d56d7b7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -78,12 +78,9 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - name: Dump GitHub context - env: - GITHUB_CONTEXT: ${{ toJson(github) }} - run: echo "$GITHUB_CONTEXT" - - name: Invoke acceptance tests workflow uses: benc-uk/workflow-dispatch@v1 with: - workflow: testacc.yml \ No newline at end of file + workflow: testacc.yml + ref: "main" + inputs: '{"ref": "${{ github.head_ref }}" }' \ No newline at end of file