Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Jan 10, 2024
1 parent 8583ec5 commit dfeedca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/Build_Examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
runs-on:
- ubuntu-latest

env:
SOURCE_BRANCH: ${{github.ref_name}}
TARGET_BRANCH: ${{github.event.pull_request.base.ref}}

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
Expand Down Expand Up @@ -94,9 +98,6 @@ jobs:
fi
echo "RUN_TEST=$RUN_TEST" >> $GITHUB_OUTPUT
env:
HEAD: ${{github.event.pull_request.head}}
BASE: ${{github.event.pull_request.base}}
- name: Install ARM GCC Toolchain (arm-none-eabi-gcc)
uses: carlosperate/arm-none-eabi-gcc-action@v1
Expand Down

0 comments on commit dfeedca

Please sign in to comment.