Skip to content

Commit

Permalink
Update DEBUG.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SalkCoding authored Dec 12, 2024
1 parent 14737a3 commit 88cbca5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/DEBUG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
- name: test
run: |
export test=testValue
echo $APPLICATION_YML
echo "$APPLICATION_YML"
echo ${{vars.APPLICATION_YML}}
echo "${{vars.APPLICATION_YML}}"
- name: checkout code
uses: actions/checkout@v3
- run: |
mkdir -p ./src/main/resources
touch ./src/main/resources/application.yml
echo "$APPLICATION_YML" > src/main/resources/application.yml
echo "${{vars.APPLICATION_YML}}" > src/main/resources/application.yml
cat ./src/main/resources/application.yml

0 comments on commit 88cbca5

Please sign in to comment.