Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Nov 22, 2024
1 parent 13fddae commit a2ef395
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- "18.0"


jobs:
testjob:
runs-on: ubuntu-latest
Expand All @@ -15,4 +14,4 @@ jobs:
echo "variable org: ${{vars.AAA}}"
echo "env prg: ${{env.AAA}}"
echo "secret org: ${{secrets.BBB}}"
echo "variable repo source pr: ${{vars.CCC}}"
echo "variable repository of orga: ${{vars.CCC}}"

0 comments on commit a2ef395

Please sign in to comment.