Skip to content

Commit

Permalink
add branch for git-auto-commit-action
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwq committed Feb 2, 2024
1 parent e92b380 commit aa44fa5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
contents: write
steps:
- name: checkout
uses: actions/checkout@master
uses: actions/checkout@v4
# with:
# ref: ${{ github.ref }}

Expand All @@ -49,6 +49,8 @@ jobs:
- name: commit and push changes
id: commit-and-push
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: master

# - name: commit files
# run: |
Expand Down

0 comments on commit aa44fa5

Please sign in to comment.