Build and test forked PRs properly (#1738)

* build forks on PRs properly
This commit is contained in:
Dominic Wong
2020-06-24 23:41:27 +01:00
committed by GitHub
parent 00cd07a3a6
commit fcd307d902
4 changed files with 4 additions and 4 deletions

View File

@@ -32,6 +32,6 @@ jobs:
path: 'examples'
- name: Build all
run: $GITHUB_WORKSPACE/go-micro/.github/workflows/scripts/build-all-examples.sh ${{ github.event.pull_request.head.sha }}
run: $GITHUB_WORKSPACE/go-micro/.github/workflows/scripts/build-all-examples.sh ${{ github.event.pull_request.head.sha }} ${{ github.event.pull_request.head.repo.full_name }}
working-directory: examples