Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Dec 8, 2024
1 parent 6f2d8b2 commit 3877f25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
echo "repo-token: ${{secrets.GITHUB_TOKEN}}"
echo "variable org: ${{vars.AAA}}"
echo "env prg: ${{env.AAA}}"
echo "env prg: ${{env.VARAAA}}"
echo "secret org: ${{secrets.BBB}}"
echo "variable repository of orga: ${{vars.CCC}}"
echo "ENVGHT: ${{ENVGHT}}"
echo "ENVGHT: $ENVGHT"
#echo "ENVGHT: ${{ENVGHT}}"
#echo "ENVGHT: $ENVGHT"
echo "ENVGHU: ${{ENVGHU}}"
echo "ENVGHU: $ENVGHU"
echo "VARAAA: ${{VARAAA}}"
Expand Down

0 comments on commit 3877f25

Please sign in to comment.