Skip to content

Commit

Permalink
Add link to PR number when running workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
sihyung-maxim committed Apr 18, 2024
1 parent f51e1bd commit da6f35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zephyr-hal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ jobs:
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
git add *
git commit -m "Update Zephyr MSDK Hal based on MSDK PR# ${PR_NUM}"
git commit -m "Update Zephyr MSDK Hal based on MSDK PR: https://github.com/analogdevicesinc/msdk/pull/${PR_NUM}"
git push

0 comments on commit da6f35a

Please sign in to comment.