From 6ceae5c5cc0ac84fd8da5ad56729146dba3d218e Mon Sep 17 00:00:00 2001 From: ElsLommelen Date: Wed, 27 Jul 2022 16:50:11 +0200 Subject: [PATCH] extra testjes om branchnaam te achterhalen --- .github/workflows/update-website-test.yml | 4 ++++ 1 file changed, 4 insertions(+) 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