Skip to content

Commit 95a3192

Browse files
committed
trying to quote strings correctly
1 parent 5eb00b5 commit 95a3192

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-resume.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
const fs = require("fs").promises;
6868
const { repo: { owner, repo }, sha } = context;
6969
70-
const file = ${{ env.FILE }};
70+
const file = "${{ env.FILE }}";
7171
7272
const release = await github.rest.repos.getReleaseByTag({
7373
owner, repo,

0 commit comments

Comments
 (0)