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 4f04b30 commit a3ada2aCopy full SHA for a3ada2a
jobs/contributing/contributing.sh
@@ -5,5 +5,5 @@ echo "[$(date '+%Y-%m-%d %H:%M:%S')] Git repository: ${REPOSITORY}"
5
6
echo "${REPOSITORY} - Override CONTRIBUTING.md"
7
curl --silent --show-error --fail-with-body "https://raw.githubusercontent.com/escalate/multi-gitter-scripts/refs/heads/master/jobs/contributing/CONTRIBUTING.md" --output CONTRIBUTING.md
8
-envsubst < CONTRIBUTING.md > CONTRIBUTING.md.tmp
+envsubst <CONTRIBUTING.md >CONTRIBUTING.md.tmp
9
mv CONTRIBUTING.md.tmp CONTRIBUTING.md
0 commit comments