Skip to content

Commit c7d5e17

Browse files
authored
Merge pull request #795 from EnviroDIY/master
fix job name
2 parents 675b4dd + 1723b5d commit c7d5e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_examples_platformio.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "LIBRARY_INSTALL_ZIP=https://github.com/${GITHUB_REPOSITORY}/archive/${GITHUB_HEAD_REF}.zip" >> $GITHUB_ENV
3434
echo "LIBRARY_INSTALL_GIT=https://github.com/${GITHUB_REPOSITORY}.git#${GITHUB_HEAD_REF}" >> $GITHUB_ENV
3535
36-
- name: Set environment variable for PR's from any branch
36+
- name: Set environment variable for PR's from any fork
3737
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.name != github.repository
3838
run: |
3939
echo "Pull Request from the fork ${{ github.event.pull_request.head.repo.full_name }} at ${{ github.event.pull_request.head.ref }}"

0 commit comments

Comments
 (0)