Skip to content

Commit 00eed62

Browse files
authored
Fix action name in update workflow (#6884)
1 parent 78ad211 commit 00eed62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
jlpm playwright install
5757
5858
- name: Update snapshots
59-
uses: jupyter-server/maintainer-tools/.github/actions/update-snapshots@v1
59+
uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@v1
6060
with:
6161
github_token: ${{ secrets.GITHUB_TOKEN }}
6262
npm_client: jlpm

0 commit comments

Comments
 (0)