Skip to content

Commit 08ffe51

Browse files
committed
Fix
1 parent e893d5c commit 08ffe51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-test-fixtures.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
# Create and switch to a new branch
3939
BRANCH="chore/sync-fixtures-${GITHUB_RUN_ID}"
40-
NOW="$(date +'%Y-%m-%d %H:%M:%S')""
40+
NOW="$(date +'%Y-%m-%d %H:%M:%S')"
4141
git checkout -b "$BRANCH"
4242
4343
# Stage changes
@@ -49,7 +49,7 @@ jobs:
4949
git push -u origin "$BRANCH"
5050
gh pr create \
5151
--title "chore: Sync fixtures as of $NOW" \
52-
--body "This PR replaces the fixtures in this repository with those from dnsimple-developer" \
52+
--body "This PR replaces the fixtures in this repository with those from github.com/dnsimple/dnsimple-developer" \
5353
--base main \
5454
--head "$BRANCH"
5555
else

0 commit comments

Comments
 (0)