Skip to content

Commit

Permalink
Hardcode variable name for now (#5)
Browse files Browse the repository at this point in the history
* Update pipeline-descriptor.yml

Signed-off-by: Sambhav Kothari <skothari44@bloomberg.net>

* Update update-pipeline.yml

Signed-off-by: Sambhav Kothari <skothari44@bloomberg.net>
  • Loading branch information
sambhav authored Jul 13, 2022
1 parent 69f7037 commit 944212b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github:
username: ${{ env.GITHUB_ACTOR }}
username: buildpack-bot
token: ${{ secrets.GITHUB_TOKEN }}

codeowners:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: peter-evans/create-pull-request@v4
with:
author: ${{ env.GITHUB_ACTOR }} <${{ env.GITHUB_ACTOR }}@users.noreply.github.com>
author: buildpack-bot <buildpack-bot@users.noreply.github.com>
body: |-
Bumps pipeline from `${{ steps.pipeline.outputs.old-version }}` to `${{ steps.pipeline.outputs.new-version }}`.
Expand Down

0 comments on commit 944212b

Please sign in to comment.