-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
(node:1523) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'number' of undefined
at run (/home/runner/work/_actions/zattoo/output/v1/dist/index.js:7383:53)
at Object.676 (/home/runner/work/_actions/zattoo/output/v1/dist/index.js:7445:1)
at __webpack_require__ (/home/runner/work/_actions/zattoo/output/v1/dist/index.js:24:31)
at startup (/home/runner/work/_actions/zattoo/output/v1/dist/index.js:43:19)
at /home/runner/work/_actions/zattoo/output/v1/dist/index.js:47:18
at Object.<anonymous> (/home/runner/work/_actions/zattoo/output/v1/dist/index.js:50:10)
at Module._compile (internal/modules/cjs/loader.js:959:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Function.Module._load (internal/modules/cjs/loader.js:727:14)
(node:1523) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:1523) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
name: Do things
on: push
jobs:
job1:
runs-on: ubuntu-latest
outputs:
url: ${{ steps.step1.outputs.url }} # map step output to job output
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: zattoo/output@v1
with:
token: ${{github.token}}
sources: 'test/HELLO_WORLD.md'
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right