Skip to content

Commit c3ddbfd

Browse files
committed
ci: fixes path selection
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent 4dbc57e commit c3ddbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/promote-shipped-apis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
if: steps.check_changes.outputs.has_changes == 'true'
9393
shell: pwsh
9494
run: |
95-
git add *Shipped.txt
95+
git add *hipped.txt
9696
git commit -m "chore: promote shipped APIs"
9797
9898
$branch = "${{ github.ref_name }}"

0 commit comments

Comments
 (0)