Skip to content

Commit 2456b8e

Browse files
gkalpakdylhunn
authored andcommitted
build: use the create-pr-for-changes action from angular/dev-infra (angular#47410)
Use the `create-pr-for-changes` action of the `angular/dev-infra` repo, instead of the `gkalpak/dev-infra` one. The latter was used during development for debugging purposes during and was accidentally committed to the repo. PR Close angular#47410
1 parent 6c7cd6b commit 2456b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-events.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Generate `events.json`
3030
run: node aio/scripts/generate-events/index.mjs --ignore-invalid-dates
3131
- name: Create a PR (if necessary)
32-
uses: gkalpak/dev-infra/github-actions/create-pr-for-changes@88c198ae1a3462223cb5c1e83338e4b94b435283
32+
uses: angular/dev-infra/github-actions/create-pr-for-changes@bf4bb09bb2d32015f71943371c7484cb845f8c33
3333
with:
3434
branch-prefix: docs-update-events
3535
pr-title: 'docs: update events'

0 commit comments

Comments
 (0)