We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb00b5 commit 95a3192Copy full SHA for 95a3192
1 file changed
.github/workflows/build-resume.yml
@@ -67,7 +67,7 @@ jobs:
67
const fs = require("fs").promises;
68
const { repo: { owner, repo }, sha } = context;
69
70
- const file = ${{ env.FILE }};
+ const file = "${{ env.FILE }}";
71
72
const release = await github.rest.repos.getReleaseByTag({
73
owner, repo,
0 commit comments