We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93830c4 commit 3bd92f9Copy full SHA for 3bd92f9
.github/workflows/pr.yaml
@@ -47,6 +47,8 @@ jobs:
47
steps:
48
- uses: actions/checkout@v4
49
- uses: jdx/mise-action@v2
50
+ with:
51
+ cache_key_prefix: "pr_bp_"
52
- id: go_version
53
run: echo "go_version=$(mise current go)" >> $GITHUB_OUTPUT
54
- uses: nais/platform-build-push-sign@main
0 commit comments