Skip to content

Commit 111855d

Browse files
committed
Pull directly from remote
1 parent 45b3b31 commit 111855d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-check-install.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,9 @@ jobs:
541541
542542
test_dir="tests/testthat/"
543543
git branch
544-
git pull main
544+
git remote -v
545+
remote_repo="https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
546+
git pull "$remote_repo" main
545547
git branch
546548
git status
547549

0 commit comments

Comments
 (0)