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 e6c7ec8 commit 25af067Copy full SHA for 25af067
src/latest.sh
@@ -28,4 +28,4 @@ YMLTEMPLATE=$(cat "src/latest.yml") && \
28
chmod +x "src/latest.py" && \
29
LATEST=$(python3 "src/latest.py") && \
30
YMLCONTENT=$(echo "$YMLTEMPLATE" | sed "s/@latest/@$LATEST/") && \
31
-echo "$YMLCONTENT" > "latest/action.yml"
+echo "$(echo "$YMLCONTENT" | sed "s/@l/@latest")" > "latest/action.yml"
src/latest.yml
@@ -20,7 +20,7 @@
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
# SOFTWARE.
22
23
-name: '_just@latest'
+name: '_just@l'
24
description: 'Just an Ultimate Site Tool: Use latest version'
25
author: 'JustStudio.'
26
branding:
0 commit comments