mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-26 18:53:24 +01:00
* Update test.yaml * Update test.yaml * Update test.yaml * Update test.yaml * Update test.yaml * Update test.yaml * Update test.yaml * Update test.yaml * Update test.yaml * Update test.yaml * Update pr-18.yaml * Update pr-18.yaml * Update pr-18.yaml * Update test.yaml * Update test.yaml * Update test.yaml * Update test.yaml * Update test.yaml * Update test.yaml * Update test.yaml * Update test.yaml * Update pr-18.yaml * Update test.yaml
20 lines
416 B
YAML
20 lines
416 B
YAML
on:
|
|
workflow_dispatch:
|
|
pull_request:
|
|
types: [opened, reopened, synchronize]
|
|
branches:
|
|
- "18.0"
|
|
|
|
permissions: write-all
|
|
|
|
jobs:
|
|
testjob:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Log
|
|
run: |
|
|
echo "variable org: ${{vars.AAA}}"
|
|
echo "env prg: ${{env.AAA}}"
|
|
echo "secret org: ${{secrets.BBB}}"
|
|
echo "variable repository of orga: ${{vars.CCC}}"
|