We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc795aa commit 1925043Copy full SHA for 1925043
2 files changed
action.yaml action.ymlaction.yaml renamed to action.yml
test/metadata.test.ts
@@ -2,7 +2,7 @@ import * as fs from 'node:fs/promises'
2
import { describe, expect, it } from 'vitest'
3
4
async function readActionYaml(): Promise<string> {
5
- return fs.readFile(new URL('../action.yaml', import.meta.url), 'utf8')
+ return fs.readFile(new URL('../action.yml', import.meta.url), 'utf8')
6
}
7
8
describe('action metadata', () => {
0 commit comments