mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Test
This commit is contained in:
parent
21eca275e9
commit
c3ede4413d
4
.github/workflows/pr-18.yaml
vendored
4
.github/workflows/pr-18.yaml
vendored
|
|
@ -36,9 +36,9 @@ jobs:
|
|||
echo "GITHUB_EVENT_PATH=$GITHUB_EVENT_PATH"
|
||||
echo Get the pr_number
|
||||
pr_number=$(jq --raw-output .number < $GITHUB_EVENT_PATH)
|
||||
echo "pr_numer=$pr_number"
|
||||
echo "pr_number=$pr_number"
|
||||
echo Authenticate login gh
|
||||
gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}"
|
||||
echo Set the PR
|
||||
echo Set the reviewere
|
||||
gh pr edit $pr_number --add-reviewer "$REVIEWER"
|
||||
continue-on-error: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user