Fix CI workflow

This commit is contained in:
CrazyMax 2020-05-12 20:37:28 +02:00
parent d49ee3cbc3
commit c66565d073
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -30,7 +30,7 @@ jobs:
id: test
with:
script: |
import fs = require('fs');
const fs = require('fs');
core.setOutput('pgp', fs.readFileSync('.github/test-key.pgp', {encoding: 'utf8'}));
core.setOutput('passphrase', fs.readFileSync('.github/test-key.pass', {encoding: 'utf8'}));
-