Skip to content

Commit

Permalink
Debugging Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
colhountech committed Sep 5, 2021
1 parent 321e9b4 commit d72584b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ jobs:
- name: Debuging Script
run: |
echo Home: $HOME
echo ITHUB_REPOSITORY: {{$env.GITHUB_REPOSITORY}}
echo ITHUB_REPOSITORY: $GITHUB_REPOSITORY
echo SOLUTION: {{env.SOLUTION}}
echo BUILD_CONFIG: {{env.$BUILD_CONFIG}}
echo BUILD_CONFIG: {{env.BUILD_CONFIG}}
echo "branch $GITHUB_REF"
#- name: Build Config
# run: dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore

0 comments on commit d72584b

Please sign in to comment.