We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe7af9 commit 43e0e25Copy full SHA for 43e0e25
4 files changed
.github/composites/setup/action.yml
@@ -12,6 +12,8 @@ runs:
12
using: 'composite'
13
steps:
14
- uses: jdx/mise-action@v2
15
+ env:
16
+ MISE_DATA_DIR: ${{ runner.temp }}/${{ github.action }}/mise
17
with:
18
mise_toml: |
19
[tools]
.github/workflows/CI-Dependabot.yml .github/workflows/DependabotPulls.yml.github/workflows/CI-Dependabot.yml renamed to .github/workflows/DependabotPulls.yml
.github/workflows/Release.yml
@@ -65,6 +65,7 @@ jobs:
65
- uses: actions/checkout@v5
66
67
ref: ${{ env.RELEASE_BRANCH }}
68
+ fetch-depth: 2
69
70
- name: Revert previous commit
71
run: |
.github/workflows/CI.yml .github/workflows/Test.yml.github/workflows/CI.yml renamed to .github/workflows/Test.yml
@@ -1,4 +1,4 @@
1
-name: CI
+name: Test
2
3
on:
4
push:
0 commit comments