Skip to content

Commit 4c18e30

Browse files
authored
Update pull-request.yml fixing typo
fixed missing 's'
1 parent 465f88a commit 4c18e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
- uses: uwit-iam/actions/update-pr-branch-version@0.1.16
1717
with:
1818
github-token: ${{ github.token }}
19-
version-guidance: ${{ steps.guidance.output.guidance }}
19+
version-guidance: ${{ steps.guidance.outputs.guidance }}
2020
- run: ./scripts/pre-push.sh --check-only

0 commit comments

Comments
 (0)