diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 06d6273b7..40969ecd8 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -19,6 +19,8 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 + with: + ref: ${{ github.event.pull_request.head.sha }} # Setup node environment for testing - uses: actions/setup-node@v2 with: diff --git a/README.md b/README.md index 061c3f045..fd2e4b1ea 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ source setup_tracker_gcp.sh - Start tracker server job ``` cd ain-blockchain/ -sh start_tracker_gcp.sh +sh start_tracker_genesis_gcp.sh ```