Skip to content

Commit

Permalink
Atualiza a branch utilizada no checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
naanadr committed Feb 3, 2024
1 parent 237dd50 commit 9c5247c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/commit-vazio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: repo/commits-vazios

- run: git config user.email ${{ secrets.BOT_EMAIL }}
- run: git config user.name "apyb-bot"

- name: Altera branch
run: git checkout repo/commits-vazios

- name: Cria commit vazio
run: git commit --allow-empty -m "Commit mensal para manter o repositório ativo"

Expand Down

0 comments on commit 9c5247c

Please sign in to comment.