|
70 | 70 | - name: Get commit hash |
71 | 71 | id: commit |
72 | 72 | 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 |
74 | 74 |
|
75 | 75 | - name: Fetch system info |
76 | 76 | id: system-info |
@@ -123,7 +123,7 @@ jobs: |
123 | 123 | - name: Get commit hash |
124 | 124 | id: commit |
125 | 125 | 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 |
127 | 127 |
|
128 | 128 | - name: Fetch system info |
129 | 129 | id: system-info |
@@ -177,7 +177,7 @@ jobs: |
177 | 177 | - name: Get commit hash |
178 | 178 | id: commit |
179 | 179 | 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 |
181 | 181 |
|
182 | 182 | - name: Set up Docker Buildx |
183 | 183 | uses: docker/setup-buildx-action@v3 |
@@ -240,7 +240,7 @@ jobs: |
240 | 240 | - name: Get commit hash |
241 | 241 | id: commit |
242 | 242 | 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 |
244 | 244 |
|
245 | 245 | - name: Fetch system info |
246 | 246 | id: system-info |
@@ -340,7 +340,7 @@ jobs: |
340 | 340 | - name: Get commit hash |
341 | 341 | id: commit |
342 | 342 | 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 |
344 | 344 |
|
345 | 345 | - name: Pack artifacts |
346 | 346 | id: pack_artifacts |
@@ -463,7 +463,7 @@ jobs: |
463 | 463 | - name: Get commit hash |
464 | 464 | id: commit |
465 | 465 | 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 |
467 | 467 |
|
468 | 468 | - name: Pack artifacts |
469 | 469 | if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }} |
@@ -581,7 +581,7 @@ jobs: |
581 | 581 | - name: Get commit hash |
582 | 582 | id: commit |
583 | 583 | 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 |
585 | 585 |
|
586 | 586 | - name: Prepare artifacts |
587 | 587 | id: prepare_artifacts |
@@ -660,7 +660,7 @@ jobs: |
660 | 660 |
|
661 | 661 | - name: Get commit hash |
662 | 662 | id: commit |
663 | | - uses: pr-mpt/actions-commit-hash@v2 |
| 663 | + uses: prompt/actions-commit-hash@v2 |
664 | 664 |
|
665 | 665 | - name: Create release |
666 | 666 | id: create_release |
|
0 commit comments