Skip to content

Commit

Permalink
Bump EndBug/add-and-commit from v4 to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 29, 2020
1 parent cb664fd commit 5151d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ 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
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
Expand Down

0 comments on commit 5151d69

Please sign in to comment.