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 1f22f36 commit 1a32556Copy full SHA for 1a32556
src/latest.sh
@@ -28,5 +28,5 @@ 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
-YMLFIX=$(echo "$YMLCONTENT" | sed "s/@l/@latest") && \
+YMLFIX=$(echo "$YMLCONTENT" | sed "s/@l/@latest/") && \
32
echo "$YMLFIX" > "latest/action.yml"
0 commit comments