Skip to content

Commit

Permalink
Merge pull request #52 from kjsato/main-v3-3
Browse files Browse the repository at this point in the history
added two elements when creating a commit message in after-validate-s…
  • Loading branch information
kjsato authored Jun 13, 2024
2 parents cdfa288 + d4ff07f commit a7cf589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/after-validate-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
if [ -n "$(git status --porcelain)" ]; then
git add model-output/hub-ensemble/*
git commit -m "Upload new files to root repo"
git commit -m "Upload new files to RSV data repo by ${GITHUB_ACTOR} in #${{ github.event.pull_request.number }}"
git push
echo "Data for hub-ensemble uploaded to root repo";
else
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
git pull origin main
if [ -n "$(git status --porcelain)" ]; then
git add .
git commit -m "Upload new files to RSV data repo"
git commit -m "Upload new files to RSV data repo by ${GITHUB_ACTOR} in #${{ github.event.pull_request.number }}"
git push
echo "RSV data uploaded";
else
Expand Down

0 comments on commit a7cf589

Please sign in to comment.