Skip to content

Commit

Permalink
Bump EndBug/add-and-commit from v4 to v5 (#73)
Browse files Browse the repository at this point in the history
* Bump EndBug/add-and-commit from v4 to v5

Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from v4 to v5.
- [Release notes](https://github.com/EndBug/add-and-commit/releases)
- [Changelog](https://github.com/EndBug/add-and-commit/blob/master/CHANGELOG.md)
- [Commits](EndBug/add-and-commit@v4...55e3676)

Signed-off-by: dependabot[bot] <support@github.com>

* remove force parameter

* using force inside the add parameter ...

* remove one space

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nolte <nolte07@googlemail.com>
  • Loading branch information
dependabot[bot] and nolte committed Oct 1, 2020
1 parent cb664fd commit 7630efd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/cicd-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,15 @@ jobs:
run: |
cd ./documentation && go run mage.go -v GenerateDocumation
- uses: EndBug/add-and-commit@v4 # You can change this to use a specific version
- uses: EndBug/add-and-commit@v5 # You can change this to use a specific version
with:
add: 'docs'
force: true
add: 'docs --force'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: EndBug/add-and-commit@v4 # You can change this to use a specific version
- uses: EndBug/add-and-commit@v5 # You can change this to use a specific version
with:
add: 'documentation/provider_doc'
force: true
add: 'documentation/provider_doc --force'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 7630efd

Please sign in to comment.