Skip to content

Commit

Permalink
CI: Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Mar 11, 2021
1 parent 2af17aa commit ba02159
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,14 @@ jobs:
echo "::endgroup::"
cat $GITHUB_EVENT_PATH | jq -C
clone_repo:
name: 'Clone Repository'
needs: select_environment
runs-on: ubuntu-20.04
steps:
- name: Clone repository
uses: actions/checkout@v2
with:
repository: ${{ needs.select_environment.outputs.repository }}
ref: ${{ needs.select_environment.outputs.ref }}

0 comments on commit ba02159

Please sign in to comment.