Skip to content

Commit 1925043

Browse files
authored
Rename action.yaml to action.yml (#113)
1 parent dc795aa commit 1925043

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

test/metadata.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as fs from 'node:fs/promises'
22
import { describe, expect, it } from 'vitest'
33

44
async function readActionYaml(): Promise<string> {
5-
return fs.readFile(new URL('../action.yaml', import.meta.url), 'utf8')
5+
return fs.readFile(new URL('../action.yml', import.meta.url), 'utf8')
66
}
77

88
describe('action metadata', () => {

0 commit comments

Comments
 (0)