Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Log to detect cycles
Browse files Browse the repository at this point in the history
  • Loading branch information
EngHabu committed Dec 2, 2020
1 parent 4e122d3 commit decc3fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
outputs:
version: ${{ steps.bump-version.outputs.tag }}
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: actions/checkout@v2
with:
fetch-depth: '0'
Expand Down

0 comments on commit decc3fa

Please sign in to comment.