Skip to content

Commit

Permalink
FIX Add gha- prefix to name of gha repo (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Jun 17, 2024
1 parent 32a5e3b commit e819093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cms-any/add-prs-to-project.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
runs-on: ubuntu-latest
steps:
- name: Add PR to github project
uses: silverstripe/add-pr-to-project@v1
uses: silverstripe/gha-add-pr-to-project@v1
EOT;

$actionPath = '.github/workflows/add-prs-to-project.yml';
Expand Down

0 comments on commit e819093

Please sign in to comment.