Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Jun 19, 2023
1 parent 0c53da5 commit 4758c2c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pr_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,15 @@ jobs:
changedprojects: ${{ steps.set-list.outputs.changedprojects }}
removedprojects: ${{ steps.set-list.outputs.removedprojects }}
steps:
- uses: hmarr/debug-action@v2
- run: exit 1
- uses: actions/checkout@v3
with:
fetch-depth: 100
- uses: hmarr/debug-action@v2
- run: |
git checkout -b foo
git checkout ${GITHUB_REF}
git log
- run: exit 1
- uses: actions/setup-python@v4
with:
python-version: '3.9'
Expand Down

0 comments on commit 4758c2c

Please sign in to comment.