Skip to content

Commit 7dd6908

Browse files
committed
yml => yaml
1 parent 683546a commit 7dd6908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
test:
9-
uses: ./.github/workflows/test.yml
9+
uses: ./.github/workflows/test.yaml
1010
secrets: inherit
1111

1212
build-and-push:

.github/workflows/staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
test:
10-
uses: ./.github/workflows/test.yml
10+
uses: ./.github/workflows/test.yaml
1111
secrets: inherit
1212

1313
build-test-and-push:

0 commit comments

Comments
 (0)