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 35ed701 commit 13f74c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sync-bot-status-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
if: ${{ github.event.issue }}
runs-on: ubuntu-latest
steps:
- name: Print Branch
run: |
echo "Branch: ${{ github.head_ref }}"
- name: Set Up Deno
if: startsWith(github.head_ref, 'feature/')
uses: denoland/setup-deno@v1
Expand Down

0 comments on commit 13f74c5

Please sign in to comment.