Skip to content

Commit

Permalink
Fix action name in update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed May 25, 2023
1 parent 78ad211 commit 0de25f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
jlpm playwright install
- name: Update snapshots
uses: jupyter-server/maintainer-tools/.github/actions/update-snapshots@v1
uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
npm_client: jlpm
Expand Down

0 comments on commit 0de25f3

Please sign in to comment.