Skip to content

Commit 90e2118

Browse files
authored
fix: Correct step name in docs update workflow (#14308)
1 parent 4d541d9 commit 90e2118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/callable-docs-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
path: amplify-js
2626
# Minimal depth 0 so we can fetch all git tags.
2727
fetch-depth: 0
28-
- name: Checkout staging repo
28+
- name: Checkout docs repo
2929
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3030
with:
3131
repository: ${{ github.repository_owner }}/docs

0 commit comments

Comments
 (0)