Skip to content

Commit

Permalink
fix: changed files breaks on main (#422)
Browse files Browse the repository at this point in the history
# change

Fixes an issue with the usage of
https://github.com/tj-actions/changed-files.
Without a checkout, it breaks on `main`. This re-introduces that push to
main.

Co-authored-by: Balint Bartha <totallyzen@users.noreply.github.com>
  • Loading branch information
totallyzen and totallyzen committed Feb 13, 2024
1 parent 6c69583 commit 3271357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
- k3s
runs-on: ubuntu-latest
steps:
- name: Checkout contents
uses: actions/checkout@v4
- name: Get changed files
id: changes-for-module
uses: tj-actions/changed-files@v42
Expand All @@ -59,8 +61,6 @@ jobs:
gh run watch ${{ github.run_id }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout contents
uses: actions/checkout@v4
- name: Setup Poetry
run: pipx install poetry
- name: Setup python ${{ matrix.python-version }}
Expand Down

0 comments on commit 3271357

Please sign in to comment.