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 7, 2022
1 parent fa30dab commit b68794a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,15 +280,15 @@ jobs:
# pre-job
- name: Setup | Cloning repository
uses: actions/checkout@v3
with:
persist-credentials: false

# pre-job
# git config --global user.email "you@example.com"
# git config --global user.name "Your Name"
- name: Setup | Cloning repository
run: |
git fetch
git checkout -b env/dev
git commit --allow-empty -am "deploy: cmt-${{github.sha}} to env-dev"
git commit --allow-empty -am "deploy: to env-dev the v${{needs.Release.outputs.Version}} at cmt-${{github.sha}} "
git push -f -u origin env/dev
Expand Down

0 comments on commit b68794a

Please sign in to comment.