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 fdc0210 commit ef92200Copy full SHA for ef92200
.github/workflows/ci.yml
@@ -50,6 +50,8 @@ jobs:
50
assert.deepStrictEqual(release.data.body, "rofl lol test\nianal % fubar")
51
assert.deepStrictEqual(release.data.assets[0].name, "TEST.md")
52
const actual = await github.request(release.data.assets[0].browser_download_url)
53
+ console.log(typeof(actual))
54
+ console.log(typeof(expected))
55
assert.deepStrictEqual(expected, actual.data)
56
- name: Make test promote
57
uses: ./
0 commit comments