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 a5d8850 commit fdc0210Copy full SHA for fdc0210
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
const fs = require('fs')
42
const assert = require('assert').strict;
43
44
- const expected = fs.readFileSync("README.md", "utf-8")
+ const expected = fs.readFileSync("README.md", "utf8")
45
const release = await github.rest.repos.getReleaseByTag({
46
...context.repo,
47
tag: "ci-test-${{ matrix.os }}-${{ github.run_id }}",
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
0 commit comments