Skip to content

Commit

Permalink
mudar branch de temp para master
Browse files Browse the repository at this point in the history
  • Loading branch information
ggfto committed Aug 23, 2024
1 parent 304334b commit 3edb5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_file_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- name: Commit changes
run: |
git checkout -b temp-branch # Criar uma branch temporária
git checkout master
git add file_list.txt
git commit -m "Update file_list.txt [skip ci]" || echo "No changes to commit"
git push origin temp-branch # Push da branch temporária para não alterar a tag original
git push origin master
- name: Upload file_list.txt as an artifact (opcional)
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3edb5c5

Please sign in to comment.