Browse Source

[ci] Fix update-deps workflow

me when spaces
update-deps-1780370490
crueter 6 days ago
parent
commit
060ebb8ad4
  1. 4
      .forgejo/workflows/update-deps.yml

4
.forgejo/workflows/update-deps.yml

@ -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

Loading…
Cancel
Save