-
-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Description
I get an error trying to use this
Run EndBug/add-and-commit@v5
with:
message: [ESLint] Auto formatting.
add: *.js
cwd: .
env:
GITHUB_TOKEN: ***
Running in /home/runner/work/actions-test/actions-test
> Using 'WilsontheWolf <33164598+WilsontheWolf@users.noreply.github.com>' as author.
> Using "[ESLint] Auto formatting." as commit message.
Internal logs
> Staging files...
> Adding files...
> No files to remove.
> Checking for uncommitted changes in the git working tree...
> Found 1 changed files.
FetchSummary { raw: '', remote: null, branches: [], tags: [] }
> Switching/creating branch...
M index.js
Branch 'master' set up to track remote branch 'master' from 'origin'.
> Pulling from remote...
FetchSummary { raw: '', remote: null, branches: [], tags: [] }
PullSummary {
remoteMessages: RemoteMessageSummary { all: [] },
created: [],
deleted: [],
files: [],
deletions: {},
insertions: {},
summary: { changes: 0, deletions: 0, insertions: 0 }
}
> Re-staging files...
> Creating commit...
CommitSummary {
branch: 'master',
commit: '84f00c4',
summary: { changes: 1, insertions: 3, deletions: 3 },
author: null
}
> No tag info provided.
> Pushing commit to repo...
Error: Error: Pushing to https://github.com/WilsontheWolf/actions-test
fatal: could not read Username for 'https://github.com': No such device or address
Error: Error: Pushing to https://github.com/WilsontheWolf/actions-test
fatal: could not read Username for 'https://github.com': No such device or address
file
I'm not sure what I'm doing wrong.
Metadata
Metadata
Assignees
Labels
No labels