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