diff --git a/.github/workflows/update-website-test.yml b/.github/workflows/update-website-test.yml index f00f0eb0..04d367fc 100644 --- a/.github/workflows/update-website-test.yml +++ b/.github/workflows/update-website-test.yml @@ -1,4 +1,5 @@ name: On merge to main, build the protocol and add it to the website +"Log RECENT_MERGED_BRANCH_NAME" on: push: @@ -15,8 +16,11 @@ jobs: - name: Checkout repo uses: actions/checkout@v2 - name: test + uses: tonynguyenit18/github-action-custom-vars@v1 run: | echo 'GitHub actions:' $GITHUB_ACTIONS echo 'Event name:' $GITHUB_EVENT_NAME echo 'ref:' $GITHUB_REF echo 'branch:' $BRANCH_SOURCE + echo 'event ref:' "${{ github.event.base_ref }}" + echo 'event ref2:' $GITHUB_EVENT_BASE_REF