Skip to content

Commit 4ca5f0b

Browse files
authored
Fixed typo (#25)
1 parent c70f95b commit 4ca5f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Debug
140140
run: |
141141
echo "### Approval Actor for stage: ${{ steps.get-approver.outputs.approver }}" >> $GITHUB_STEP_SUMMARY
142-
cat ${{ steps.get-approver.outputs.approver }} >> $GITHUB_STEP_SUMMARY
142+
cat ${{ steps.get-approver.outputs.approval-json-file }} >> $GITHUB_STEP_SUMMARY
143143
144144
semver-tag:
145145
needs: [build,deploy-stage]

0 commit comments

Comments
 (0)