[ci] Fix update-deps workflow

me when spaces
This commit is contained in:
crueter 2026-06-02 05:02:49 +02:00
parent cc8451f764
commit 060ebb8ad4

View file

@ -24,9 +24,11 @@ jobs:
git remote set-url origin ci:eden-emu/eden.git
DATE=$(date +"%b %d")
TIMESTAMP=$(date +"%s")
echo "DATE=$DATE" >> "$GITHUB_ENV"
echo "TIMESTAMP=$TIMESTAMP" >> "$GITHUB_ENV"
git switch -c update-deps-$DATE
git switch -c update-deps-$TIMESTAMP
tools/cpmutil.sh package update -ac
git push