mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
I forgor
This commit is contained in:
parent
00ecd5ab46
commit
3fd9817d4f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -145,7 +145,7 @@ jobs:
|
|||
script: |
|
||||
console.log('environment', process.versions);
|
||||
|
||||
const fs = require('fs');
|
||||
const fs = require('fs').promises;
|
||||
|
||||
const { repo: { owner, repo }, sha } = context;
|
||||
console.log({ owner, repo, sha });
|
||||
|
|
Loading…
Reference in a new issue