There was an error while loading. Please reload this page.
1 parent e893d5c commit 08ffe51Copy full SHA for 08ffe51
1 file changed
.github/workflows/sync-test-fixtures.yml
@@ -37,7 +37,7 @@ jobs:
37
38
# Create and switch to a new branch
39
BRANCH="chore/sync-fixtures-${GITHUB_RUN_ID}"
40
- NOW="$(date +'%Y-%m-%d %H:%M:%S')""
+ NOW="$(date +'%Y-%m-%d %H:%M:%S')"
41
git checkout -b "$BRANCH"
42
43
# Stage changes
@@ -49,7 +49,7 @@ jobs:
49
git push -u origin "$BRANCH"
50
gh pr create \
51
--title "chore: Sync fixtures as of $NOW" \
52
- --body "This PR replaces the fixtures in this repository with those from dnsimple-developer" \
+ --body "This PR replaces the fixtures in this repository with those from github.com/dnsimple/dnsimple-developer" \
53
--base main \
54
--head "$BRANCH"
55
else
0 commit comments