mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #615] Issue: unable to get git repo: section "remote \"origin\"" does not exist #404
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#404
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @johannesanchez on GitHub (Apr 11, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/615
Act version
act version 0.2.21
Expected behaviour
$ sudo act -n
DRYRUN [Deploy CloudFormation Stack - Beanstalk,S3/deploy] 🚀 Start image=node:12.20.1-buster-slim
DRYRUN [Deploy CloudFormation Stack - Beanstalk,S3/deploy] 🐳 docker run image=node:12.20.1-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
DRYRUN [Deploy CloudFormation Stack - Beanstalk,S3/deploy] ⭐ Run Checkout
DRYRUN [Deploy CloudFormation Stack - Beanstalk,S3/deploy] ✅ Success - Checkout
DRYRUN [Deploy CloudFormation Stack - Beanstalk,S3/deploy] ⭐ Run Configure AWS credentials
DRYRUN [Deploy CloudFormation Stack - Beanstalk,S3/deploy] ☁ git clone 'https://github.com/aws-actions/configure-aws-credentials' # ref=v1
Actual behaviour
$ sudo act
? Please choose the default image you want to use with act:
Default image and other options can be changed manually in ~/.actrc (please refer to https://github.com/nektos/act#configuration for additional information about file structure) Micro
WARN[0032] unable to get git repo: section "remote "origin"" does not exist
[Deploy CloudFormation Stack - Beanstalk,S3/deploy] 🚀 Start image=node:12.20.1-buster-slim
WARN[0032] unable to get git repo: section "remote "origin"" does not exist
Workflow and/or repository
workflow
Steps to reproduce
Install act
curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
act in dry-run mode
act -n
actoutputLog
@catthehacker commented on GitHub (Apr 11, 2021):
Hi, please correct the issue.
Missing remote is only a warning.