Skip to content

Commit 9b424db

Browse files
authored
ci: change workflow owner of "actions-commit-hash" from "pr-mpt" to "prompt" (#1323)
1 parent d950627 commit 9b424db

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Get commit hash
7171
id: commit
7272
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
73-
uses: pr-mpt/actions-commit-hash@v2
73+
uses: prompt/actions-commit-hash@v2
7474

7575
- name: Fetch system info
7676
id: system-info
@@ -123,7 +123,7 @@ jobs:
123123
- name: Get commit hash
124124
id: commit
125125
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
126-
uses: pr-mpt/actions-commit-hash@v2
126+
uses: prompt/actions-commit-hash@v2
127127

128128
- name: Fetch system info
129129
id: system-info
@@ -177,7 +177,7 @@ jobs:
177177
- name: Get commit hash
178178
id: commit
179179
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
180-
uses: pr-mpt/actions-commit-hash@v2
180+
uses: prompt/actions-commit-hash@v2
181181

182182
- name: Set up Docker Buildx
183183
uses: docker/setup-buildx-action@v3
@@ -240,7 +240,7 @@ jobs:
240240
- name: Get commit hash
241241
id: commit
242242
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
243-
uses: pr-mpt/actions-commit-hash@v2
243+
uses: prompt/actions-commit-hash@v2
244244

245245
- name: Fetch system info
246246
id: system-info
@@ -340,7 +340,7 @@ jobs:
340340
- name: Get commit hash
341341
id: commit
342342
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
343-
uses: pr-mpt/actions-commit-hash@v2
343+
uses: prompt/actions-commit-hash@v2
344344

345345
- name: Pack artifacts
346346
id: pack_artifacts
@@ -463,7 +463,7 @@ jobs:
463463
- name: Get commit hash
464464
id: commit
465465
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
466-
uses: pr-mpt/actions-commit-hash@v2
466+
uses: prompt/actions-commit-hash@v2
467467

468468
- name: Pack artifacts
469469
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
@@ -581,7 +581,7 @@ jobs:
581581
- name: Get commit hash
582582
id: commit
583583
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
584-
uses: pr-mpt/actions-commit-hash@v2
584+
uses: prompt/actions-commit-hash@v2
585585

586586
- name: Prepare artifacts
587587
id: prepare_artifacts
@@ -660,7 +660,7 @@ jobs:
660660
661661
- name: Get commit hash
662662
id: commit
663-
uses: pr-mpt/actions-commit-hash@v2
663+
uses: prompt/actions-commit-hash@v2
664664

665665
- name: Create release
666666
id: create_release

0 commit comments

Comments
 (0)