Skip to content

Commit

Permalink
Merge pull request #7 from AZMCode/AZMCode-patch-1
Browse files Browse the repository at this point in the history
Github actions debugging
  • Loading branch information
AZMCode authored Aug 5, 2020
2 parents 3a989e7 + 21ed515 commit 8d843e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Debugging
run: echo '${{toJSON(github)}}'
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout Commit
uses: actions/checkout@v2
Expand Down

0 comments on commit 8d843e9

Please sign in to comment.