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 674b1ed commit dbccabbCopy full SHA for dbccabb
entrypoint.sh
@@ -23,7 +23,7 @@ ls -la "$CLONE_DIR"
23
24
cd "$CLONE_DIR"
25
26
-INSERTED_LINE="- [$GITHUB_REPOSITORY](https://github.com/$GITHUB_REPOSITORY), [$GITHUB_SHA_SHORT](https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA)"
+INSERTED_LINE="- [$GITHUB_REPOSITORY](https://github.com/$GITHUB_REPOSITORY), [$GITHUB_REF@$GITHUB_SHA](https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA)"
27
28
sed "/^<!-- START gadpp -->.*/a $INSERTED_LINE" $README_FILE > readme_changed.md
29
0 commit comments