Skip to content

Commit

Permalink
fix: empty commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Jul 26, 2022
1 parent e57e627 commit 38677aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
git config --global user.name "${{steps.analysis.outputs.commiter_name}}"
git config --global user.email "${{steps.analysis.outputs.commiter_email}}"
git fetch
git checkout -b env/dev
git checkout -B env/dev
git commit --allow-empty -am "deploy: to dev [skip ci]\\nVersion: ${{needs.Release.outputs.Version}}\nCommit: ${{steps.setup.outputs.commit_hash}}"
git push -f -u origin env/dev
Expand Down

0 comments on commit 38677aa

Please sign in to comment.