Skip to content

How to use this in github action ? #3

@abcfy2

Description

@abcfy2

Is there any examples ? I use this in github action but I got this error:

2023-06-12T06:18:20.965Z gh-pages-multi Run command: git push --force -u origin gh-pages
Error: Command failed: git push --force -u origin gh-pages
fatal: could not read Username for 'https://github.com/': No such device or address

    at ChildProcess.exithandler (node:child_process:419:12)
    at ChildProcess.emit (node:events:513:28)
    at maybeClose (node:internal/child_process:1091:16)
    at ChildProcess._handle.onexit (node:internal/child_process:302:5) {
  code: 128,
  killed: false,
  signal: null,
  cmd: 'git push --force -u origin gh-pages',
  stdout: '',
  stderr: "fatal: could not read Username for 'https://github.com/': No such device or address\n"

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions