Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0

This commit is contained in:
Laurent Destailleur (aka Eldy) 2024-12-08 15:41:37 +01:00
commit c075e078e9

View File

@ -34,6 +34,8 @@ jobs:
echo "GH_TOKENS=$GH_TOKENS"
echo Get the pr_number
pr_number=$(jq --raw-output .number < $GITHUB_EVENT_PATH)
echo authenticatenv
gh auth login --with-token <<< "$GH_TOKEN"
echo "pr_numer=$pr_number"
echo Authenticate login gh
gh auth login --with-token <<< "$GH_TOKEN"