Skip to content

Commit

Permalink
Fix workflow (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 authored Apr 26, 2024
1 parent f2d486a commit 984f94d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-test-reporting-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
if: steps.current.outputs.version != steps.new.outputs.version
with:
token: ${{secrets.PR_MANAGE_TOKEN}}
commit-message: Update `d2l-test-reporting` to `${{steps.pkg.outputs.version}}`
commit-message: Update `d2l-test-reporting` to `${{steps.new.outputs.version}}`
branch: ghworkflow/update-test-reporting-node
title: Update `d2l-test-reporting` to `${{steps.pkg.outputs.version}}`
body: Update `d2l-test-reporting` to `${{steps.pkg.outputs.version}}`
title: Update `d2l-test-reporting` to `${{steps.new.outputs.version}}`
body: Update `d2l-test-reporting` to `${{steps.new.outputs.version}}`
reviewers: '@Brightspace/quality-enablement-reviewers'
delete-branch: true
add-paths: |
Expand Down

0 comments on commit 984f94d

Please sign in to comment.