Skip to content
Discussion options

You must be logged in to vote

This can be achieved in a couple of ways:

In your example, it would look like this:

       - uses: stefanzweifel/git-auto-commit-action@v4
       if: contains(github.ref, "master")
       with:
         commit_message:  commit message
         
         tagging_message:  module version
         commit_user_name: Developer
         commit_user_email: [email protected]

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by stefanzweifel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #207 on March 30, 2022 15:14.