We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dbc57e commit c3ddbfdCopy full SHA for c3ddbfd
1 file changed
.github/workflows/promote-shipped-apis.yml
@@ -92,7 +92,7 @@ jobs:
92
if: steps.check_changes.outputs.has_changes == 'true'
93
shell: pwsh
94
run: |
95
- git add *Shipped.txt
+ git add *hipped.txt
96
git commit -m "chore: promote shipped APIs"
97
98
$branch = "${{ github.ref_name }}"
0 commit comments