Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Jan 24, 2020
1 parent d9ca28c commit c95521f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: debug
env:
GITHUB_JSON: ${{ toJSON(github) }}
run: |
echo <<< GITHUB_JSONDATA
${{toJSON(github)}}'
GITHUB_JSONDATA
echo $GITHUB_JSON
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit c95521f

Please sign in to comment.