Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/update-website-test.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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