Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Dec 10, 2022
1 parent a5162d0 commit 4925148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:

- name: Checkout repository
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
#with:
#ref: ${{ github.event.ref }}

- name: Compile examples
uses: arduino/compile-sketches@v1
Expand All @@ -27,7 +27,7 @@ jobs:
libraries: |
- name: esp32FOTA
path: ./
version: ${{ github.event.pull_request.head.sha }}
version: ${{ github.event.ref }}
- name: ArduinoJson
- name: ESP32-targz
- name: esp32-flashz
Expand Down

0 comments on commit 4925148

Please sign in to comment.