Skip to content

Commit

Permalink
fix(ci): add checkout command
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowguardian507-irl committed May 8, 2024
1 parent 0c6bca1 commit c13a42e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, '#GHActions') }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: ls -alh ./
- run: rm -f ./CV.odt
- uses: docker://pandoc/core:2.9
Expand Down

0 comments on commit c13a42e

Please sign in to comment.