We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3392baf commit 3cc4f85Copy full SHA for 3cc4f85
.github/workflows/sync_template.yaml
@@ -30,7 +30,7 @@ jobs:
30
update-deps:
31
needs: repo-sync
32
if: needs.repo-sync.outputs.pr_branch
33
- uses: ./.github/workflows/update-dependencies.yml
+ uses: ./.github/workflows/update_dependencies.yaml
34
with:
35
pr_branch: ${{ needs.repo-sync.outputs.pr_branch }}
36
permissions:
0 commit comments