File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 chmod +x packagr-bumpr-linux-amd64
4747 ./packagr-bumpr-linux-amd64 --help
4848 echo "listing linked libraries" && ldd packagr-bumpr-linux-amd64
49- - name : Commit
50- uses : EndBug/add-and-commit@v4 # You can change this to use a specific version
51- with :
52-
53- # The name of the user that will be displayed as the author of the commit
54- # Default: author of the commit that triggered the run
55- author_name : Jason Kulatunga
56-
57- # The email of the user that will be displayed as the author of the commit
58- # Default: author of the commit that triggered the run
59- author_email : jason@thesparktree.com
60-
61- # The local path to the directory where your repository is located. You should use actions/checkout first to set it up
62- # Default: '.'
63- cwd : ${{ env.PROJECT_PATH }}
64-
65- # Whether to use the --force option on `git add`, in order to bypass eventual gitignores
66- # Default: false
67- force : false
68-
69- # Whether to use the --signoff option on `git commit`
70- # Default: false
71- signoff : true
72-
73- # The message for the commit
74- # Default: 'Commit from GitHub Actions'
75- message : ' (${{steps.bump_version.outputs.release_version}}) Automated packaging of release by Packagr'
76-
77- # Name of the tag to add to the new commit (see the paragraph below for more info)
78- # Default: ''
79- tag : ${{steps.bump_version.outputs.release_version}}
80-
49+ - name : Commit Changes
50+ id : commit
51+ uses : packagrio/action-releasr-go@master
8152 env :
8253 # This is necessary in order to push a commit to the repo
8354 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
You can’t perform that action at this time.
0 commit comments