Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Jul 7, 2023
1 parent 13f74c5 commit ebdd2b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sync-bot-status-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
steps:
- name: Print Branch
run: |
echo "Branch: ${{ github.head_ref }}"
echo "Head Ref: ${{ github.head_ref }}"
echo "Base Ref: ${{ github.base_ref }}"
echo "Ref: ${{ github.ref }}"
echo "Ref Name: ${{ github.ref_name }}"
- name: Set Up Deno
if: startsWith(github.head_ref, 'feature/')
Expand Down

0 comments on commit ebdd2b1

Please sign in to comment.