Skip to content

Commit b4b7e7f

Browse files
committed
Merge branch 'core' of github.com:codesnippetspro/code-snippets into core
2 parents aba3e9d + c4b2a57 commit b4b7e7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: ${{ inputs.ref }}
2828

2929
- name: Set up PHP
30-
uses: shivammathur/setup-php@v2
30+
uses: codesnippetspro/setup-php@v2
3131
with:
3232
php-version: "8.3"
3333

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Comment
1515
id: comment
16-
uses: peter-evans/create-or-update-comment@v4
16+
uses: codesnippetspro/create-or-update-comment@v4
1717
with:
1818
issue-number: ${{ github.event.pull_request.number }}
1919
body: |
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: Publish comment
3333
if: ${{ needs.install.outputs.artifact_name && needs.install.outputs.artifact_url }}
34-
uses: peter-evans/create-or-update-comment@v4
34+
uses: codesnippetspro/create-or-update-comment@v4
3535
with:
3636
edit-mode: replace
3737
comment-id: ${{ needs.comment.outputs.comment_id }}

0 commit comments

Comments
 (0)