Skip to content

Commit

Permalink
workflow: remove comiting bindata
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizariev committed Jul 20, 2024
1 parent 2cfac56 commit d3cc86a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,3 @@ jobs:
registry: docker.pkg.github.com
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# Commiting updates from Github Actions doesn't trigger the action again, so
# next steps will not be executed twice
- uses: EndBug/add-and-commit@v9 # You can change this to use a specific version.
name: Commit updates
with:
user-name: Marc Demo (from Github Actions)
user-email: [email protected]
message: |
:alien: rebuild bindata.go
Sent from Github Actions (see .github/workflows/main.yml )
#github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d3cc86a

Please sign in to comment.