Skip to content

Commit 3271357

Browse files
authoredFeb 13, 2024
fix: changed files breaks on main (#422)
# 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>
1 parent 6c69583 commit 3271357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci-community.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
- k3s
4646
runs-on: ubuntu-latest
4747
steps:
48+
- name: Checkout contents
49+
uses: actions/checkout@v4
4850
- name: Get changed files
4951
id: changes-for-module
5052
uses: tj-actions/changed-files@v42
@@ -59,8 +61,6 @@ jobs:
5961
gh run watch ${{ github.run_id }}
6062
env:
6163
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62-
- name: Checkout contents
63-
uses: actions/checkout@v4
6464
- name: Setup Poetry
6565
run: pipx install poetry
6666
- name: Setup python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)
Please sign in to comment.