Skip to content

Commit

Permalink
fix : fix run release action
Browse files Browse the repository at this point in the history
  • Loading branch information
TariqAyman committed Aug 10, 2024
1 parent 359ffaf commit 9f17d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Commit Build changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: release
branch: main
commit_message: 'Build Action ${{ github.sha }}'
file_pattern: '.'

0 comments on commit 9f17d06

Please sign in to comment.