We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa36383 commit 8e3dd0eCopy full SHA for 8e3dd0e
justfile
@@ -5,7 +5,7 @@ sphinx := "uv run --project docs -m sphinx"
5
sphinx_autobuild := "uv run --with sphinx-autobuild --project docs sphinx-autobuild"
6
7
pin-workflows tag:
8
- sed -E -H -i ".backup" "s|(uses: KSPModdingLibs/KSPBuildTools/\.github/actions/\S+@)\S+|\1{{ tag }}|g" .github/workflows/*.yml
+ sd '(uses: KSPModdingLibs/KSPBuildTools/\.github/actions/\S+@)\S+$' '${1}{{ tag }}' .github/workflows/*.yml
9
10
release *args:
11
{{ yaclog }} release {{ args }}
0 commit comments