Skip to content

Commit

Permalink
Merge pull request #5 from tj-actions/jackton1-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack committed Jul 31, 2020
2 parents e61c6fc + 4e83962 commit de910b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
with:
paths: |
README.md
- run: cat README.md
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Updraded from ${{ steps.bumpversion.outputs.old_version }} -> ${{ steps.bumpversion.outputs.new_version }}
branch: feature-sync-${{ steps.bumpversion.outputs.new_version }}=
branch: master
repository: .
# Optional commit user and author settings
commit_user_name: GitHub Actions Bot
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Make changes to files
# .....................
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v2.0a
uses: tj-actions/verify-changed-files@v3.0.beta
id: changed_files
with:
files: |
Expand Down

0 comments on commit de910b5

Please sign in to comment.