Skip to content

Commit e2d7e54

Browse files
Update after-validate-submission.yaml
adding git pull
1 parent 01bf877 commit e2d7e54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/after-validate-submission.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
run: |
101101
git config user.name "github-actions[bot]"
102102
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
103+
git pull origin main
103104
if [ -n "$(git status --porcelain)" ]; then
104105
git add model-output/hub-ensemble/*
105106
git commit -m "Upload new files to RSV data repo by ${GITHUB_ACTOR} in #${{ github.event.pull_request.number }}"

0 commit comments

Comments
 (0)