We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faeb129 commit 33239cbCopy full SHA for 33239cb
.github/workflows/glpi-agent-packaging.yml
@@ -933,7 +933,7 @@ jobs:
933
cd ..
934
fi
935
read date time tz <<<$(git log -n1 --pretty=%ci -- glpi-agent_${VERSION}_all.deb)
936
- ./github-nightly-description.sh --version $VERSION --date "$date $time UTC" >>index.md.new
+ ./github-nightly-description.sh --version $VERSION --date "$date $time UTC" >>glpi-agent/index.md.new
937
else
938
echo "Removing glpi-agent $VERSION build"
939
git filter-branch --prune-empty -f --index-filter "git rm --cached --ignore-unmatch *$VERSION*" HEAD
0 commit comments