We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 675b4dd + 1723b5d commit c7d5e17Copy full SHA for c7d5e17
.github/workflows/build_examples_platformio.yaml
@@ -33,7 +33,7 @@ jobs:
33
echo "LIBRARY_INSTALL_ZIP=https://github.com/${GITHUB_REPOSITORY}/archive/${GITHUB_HEAD_REF}.zip" >> $GITHUB_ENV
34
echo "LIBRARY_INSTALL_GIT=https://github.com/${GITHUB_REPOSITORY}.git#${GITHUB_HEAD_REF}" >> $GITHUB_ENV
35
36
- - name: Set environment variable for PR's from any branch
+ - name: Set environment variable for PR's from any fork
37
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.name != github.repository
38
run: |
39
echo "Pull Request from the fork ${{ github.event.pull_request.head.repo.full_name }} at ${{ github.event.pull_request.head.ref }}"
0 commit comments