Skip to content

Commit 6140912

Browse files
Update upd-xna-client.yml
1 parent 7e967da commit 6140912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upd-xna-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
git push --force origin ${{ env.UPDATE_BRANCH_NAME }}-${{ steps.download.outputs.tag_name }}
177177
178178
# This timeout is for the remote server to index received content
179-
timeout /t 100 > nul
179+
timeout /t 100
180180
181181
# Open a PR
182182
# gh pr create -B main -H ${{ env.UPDATE_BRANCH_NAME }}-${{ steps.download.outputs.tag_name }} --title '${{ env.PR_TITLE }} ${{ steps.download.outputs.tag_name }}' --body '${{ env.PR_BODY }}'

0 commit comments

Comments
 (0)