Skip to content

Commit d7f058c

Browse files
committed
ci(sync): force initial sync job between docker/keeweb and master
this will force the initial sync between docker/keeweb and the master branch
1 parent b326f60 commit d7f058c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docker-github-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
run: |
292292
now=$(date -u '+%m/%d/%Y %H:%M')
293293
commit_label="chore(auto): Docker Sync" >> $GITHUB_ENV
294-
commit_message="\`️️🔄 $commit_label 🔄\` \`$now UTC\`" >> $GITHUB_ENV
294+
commit_message="\`️️$commit_label 🔄\` \`$now UTC\`" >> $GITHUB_ENV
295295
echo "COMMIT_MESSAGE=$(echo $commit_message)" >> $GITHUB_ENV
296296
echo "NOW=$(echo $now)" >> $GITHUB_ENV
297297

0 commit comments

Comments
 (0)