mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Test
This commit is contained in:
parent
28213b3129
commit
30893bf676
3
.github/workflows/pr-18.yaml
vendored
3
.github/workflows/pr-18.yaml
vendored
|
|
@ -39,6 +39,7 @@ jobs:
|
|||
echo "pr_number=$pr_number"
|
||||
echo Authenticate login gh
|
||||
gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}"
|
||||
echo Set the reviewere
|
||||
gh auth setup-git
|
||||
echo Set the reviewer
|
||||
gh pr edit $pr_number --add-reviewer "$REVIEWER"
|
||||
continue-on-error: true
|
||||
|
|
|
|||
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
|
@ -20,6 +20,10 @@ jobs:
|
|||
steps:
|
||||
- name: Log
|
||||
run: |
|
||||
echo "Run action by ${{ github.actor }}"
|
||||
echo "github.token=${{ github.token }}"
|
||||
echo "secrets.GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}"
|
||||
echo "GITHUB_EVENT_PATH=$GITHUB_EVENT_PATH"
|
||||
echo "repo-token: ${{secrets.GITHUB_TOKEN}}"
|
||||
echo "variable org: ${{vars.AAA}}"
|
||||
echo "env prg: ${{env.AAA}}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user