Skip to content

Commit 54a7b31

Browse files
Merge pull request #636 from element-hq/gaelg/fix-ci-tags
ci: fix showing warning about tags
2 parents bcb5e3b + 3a7aae2 commit 54a7b31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3232
with:
3333
fetch-depth: 0
34-
tags: true
34+
fetch-tags: true
3535
- id: data
3636
run: |
3737
echo "envFiles=$(find tests/integration/env -name '*.rc' | sed 's|tests/integration/env/||' | sed 's/.rc$//' | jq -ncR '{envFiles: [inputs]}')" | tee -a "$GITHUB_OUTPUT"

newsfragments/636.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CI: Fix warnings about wrong checkout action parameters.

0 commit comments

Comments
 (0)