Skip to content

Commit

Permalink
Move files
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jan 28, 2024
1 parent 2f27ddd commit 721bdca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/baseline-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ jobs:
- name: Commit baseline profile into main
# if: github.ref == 'refs/heads/main'
run: |
mv -f src/lawnWithQuickstepMarketRelease/generated/baselineProfiles/baseline-prof.txt src/generated/baselineProfiles
git add src
# If the baseline profile has changed, commit it
if [[ $(git diff --stat src) != '' ]]; then
git config user.name github-actions
git config user.email [email protected]
git add src
git commit -m "Update app baseline profile"
git pull --rebase
git push
Expand Down

0 comments on commit 721bdca

Please sign in to comment.