Skip to content

Commit

Permalink
Merge pull request #282 from jenkins-x-plugins/fixtypo
Browse files Browse the repository at this point in the history
fix: typo in workflow
  • Loading branch information
jenkins-x-bot authored Sep 4, 2023
2 parents 7b08745 + 4f7a0ce commit b9715a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/jenkins-x-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: docker://ghcr.io/jenkins-x/jx-updatebot:0.4.15
with:
entrypoint: jx-updatebot
args: pr --git-credentials
args: pr --git-credentials --add-changelog changelog.md
- env:
GITHUB_TOKEN: ${{ secrets.GIT_BOT_TOKEN }}
GIT_USERNAME: jenkins-x-bot-test
Expand All @@ -94,7 +94,6 @@ jobs:
uses: docker://ghcr.io/oras-project/oras:v0.13.0
with:
entrypoint: .github/workflows/jenkins-x/sbom-container.sh
args: pr --add-changelog changelog.md

"on":
push:
Expand Down

0 comments on commit b9715a9

Please sign in to comment.