Skip to content

Commit

Permalink
CI: print the config read from PR comment
Browse files Browse the repository at this point in the history
just for debugging

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed Apr 11, 2024
1 parent 47cf235 commit 14e7ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-pr_nrf_manifest_update_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fi;
- name: Create manifest PR
if: ${{steps.config.outcome.Create_NRF_PR == 'true' }}
if: ${{ steps.config.outcome.Create_NRF_PR }}
uses: nrfconnect/action-manifest-pr@main
with:
token: ${{ secrets.NCS_GITHUB_TOKEN }}

0 comments on commit 14e7ff7

Please sign in to comment.