Skip to content

Commit 05a7fa8

Browse files
authored
Rename workflow file from build.yml to build.yaml
1 parent 05e1640 commit 05a7fa8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: dawidd6/action-download-artifact@v6
3535
with:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
37-
workflow: build.yml
37+
workflow: build.yaml
3838
run_id: ${{ github.event.workflow_run.id }}
3939
name_is_regexp: true
4040
name: perfecto-mcp-.*
@@ -45,7 +45,7 @@ jobs:
4545
uses: dawidd6/action-download-artifact@v6
4646
with:
4747
github_token: ${{ secrets.GITHUB_TOKEN }}
48-
workflow: build.yml
48+
workflow: build.yaml
4949
commit: ${{ github.sha }}
5050
workflow_conclusion: success
5151
name_is_regexp: true

0 commit comments

Comments
 (0)