Skip to content

Commit

Permalink
chore: run checkout in dummy step
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippHeuer committed Mar 24, 2023
1 parent e89aef3 commit 1cafbbd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ jobs:
name: Event
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: info
run: |
cat $GITHUB_EVENT_PATH
ls .git
ls .git/logs
cat .git/logs/HEAD

0 comments on commit 1cafbbd

Please sign in to comment.