Skip to content

Commit

Permalink
Explicitly setting repo owner and name in action
Browse files Browse the repository at this point in the history
  • Loading branch information
dougollerenshaw committed Sep 19, 2024
1 parent 310dc7e commit 07ff431
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.name,
body: 'When merged, this PR will bump the version to: ${{ steps.preview.outputs.new_version }}'
owner: 'dougollerenshaw',
repo: 'CodeAIde',
body: `When merged, this PR will bump the version to: ${{ steps.preview.outputs.new_version }}`
})
bump-version:
Expand Down

0 comments on commit 07ff431

Please sign in to comment.