[GH-ISSUE #1962] unable to get git repo: remote not found #937

Closed
opened 2026-03-01 21:47:34 +03:00 by kerem · 2 comments
Owner

Originally created by @nZeus on GitHub (Aug 11, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1962

Bug report info

act version:            0.2.49
GOOS:                   darwin
GOARCH:                 arm64
NumCPU:                 12
Docker host:            DOCKER_HOST environment variable is not set
Sockets found:
	/var/run/docker.sock
	$HOME/.docker/run/docker.sock
Config files:
	/Users/iliatsvetkov/.actrc:
		-P ubuntu-latest=catthehacker/ubuntu:act-latest
		-P ubuntu-22.04=catthehacker/ubuntu:act-22.04
		-P ubuntu-20.04=catthehacker/ubuntu:act-20.04
		-P ubuntu-18.04=catthehacker/ubuntu:act-18.04
Build info:
	Go version:            go1.20.6
	Module path:           command-line-arguments
	Main version:
	Main path:
	Main checksum:
	Build settings:
		-buildmode:           exe
		-compiler:            gc
		-ldflags:             -X main.version=0.2.49
		CGO_ENABLED:          1
		CGO_CFLAGS:
		CGO_CPPFLAGS:
		CGO_CXXFLAGS:
		CGO_LDFLAGS:
		GOARCH:               arm64
		GOOS:                 darwin
Docker Engine:
	Engine version:        24.0.2
	Engine runtime:        runc
	Cgroup version:        2
	Cgroup driver:         cgroupfs
	Storage driver:        overlay2
	Registry URI:          https://index.docker.io/v1/
	OS:                    Docker Desktop
	OS type:               linux
	OS version:
	OS arch:               aarch64
	OS kernel:             5.15.49-linuxkit-pr
	OS CPU:                6
	OS memory:             7851 MB
	Security options:
		name=seccomp,profile=builtin
		name=cgroupns

Command used with act

act

Describe issue

I get this error: unable to get git repo: remote not found

act
WARN  ⚠ You are using Apple M-series chip and you have not specified container architecture, you might encounter issues while running act. If so, try running it with '--container-architecture linux/amd64'. ⚠
WARN[0000] unable to get git repo: remote not found
[CI/Build] 🚀  Start image=catthehacker/ubuntu:act-latest
[CI/Build]   🐳  docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=true
[CI/Build] using DockerAuthConfig authentication for docker pull
[CI/Build]   🐳  docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[]
[CI/Build]   🐳  docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[]
[CI/Build] unable to get git repo: remote not found
[CI/Build] unable to get git repo: remote not found
[CI/Build] unable to get git repo: remote not found
[CI/Build]   ☁  git clone 'https://github.com/actions/setup-dotnet' # ref=v2
[CI/Build] unable to get git repo: remote not found
[CI/Build]   ☁  git clone 'https://github.com/actions/cache' # ref=v3
[CI/Build] unable to get git repo: remote not found
...

No response

Workflow content

name: CI
on:
  push:
    branches:
    - main
    - develop
    tags:
    - '*'
  pull_request:
    branches:
    - main
    - develop
  workflow_dispatch: 
permissions:
  contents: read
  packages: write
env:
  BUILD_NOLOGO: true
concurrency:
  group: ci-${{ github.ref }}
jobs:
  build:
    name: Build
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
      name: Checkout sources
      with:
        persist-credentials: true
        fetch-depth: 0
        submodules: recursive
        token: ${{ secrets.GIT_PACKAGES_PAT }}
    - uses: actions/setup-dotnet@v2
      name: Setup NuGet source
      with:
        source-url: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
      env:
        NUGET_AUTH_TOKEN: ${{ secrets.GIT_PACKAGES_PAT }}
...

Relevant log output

WARN  ⚠ You are using Apple M-series chip and you have not specified container architecture, you might encounter issues while running act. If so, try running it with '--container-architecture linux/amd64'. ⚠
DEBU[0000] Loading environment from /Users/iliatsvetkov/Repos/workflows/.env
DEBU[0000] Loading action inputs from /Users/iliatsvetkov/Repos/workflows/.input
DEBU[0000] Loading secrets from /Users/iliatsvetkov/Repos/workflows/.secrets
DEBU[0000] Loading vars from /Users/iliatsvetkov/Repos/workflows/.vars
DEBU[0000] Evaluated matrix inclusions: map[]
DEBU[0000] Loading workflows from '/Users/iliatsvetkov/Repos/workflows/.github/workflows'
DEBU[0000] Loading workflows recursively
DEBU[0000] Conditional GET for notices etag=28a9cd8c-09dc-4891-b9a8-fdc3efe37989
DEBU[0000] Found workflow 'ci.yml' in '/Users/iliatsvetkov/Repos/workflows/.github/workflows/ci.yml'
DEBU[0000] Found workflow 'deploy_pr.yml' in '/Users/iliatsvetkov/Repos/workflows/.github/workflows/deploy_pr.yml'
DEBU[0000] Reading workflow '/Users/iliatsvetkov/Repos/workflows/.github/workflows/ci.yml'
DEBU[0000] Reading workflow '/Users/iliatsvetkov/Repos/workflows/.github/workflows/deploy_pr.yml'
DEBU[0000] Preparing plan with all jobs
DEBU[0000] Using default workflow event: push
DEBU[0000] Planning jobs for event: push
DEBU[0000] gc: 2023-08-11 09:39:04.243335 +0200 CEST m=+0.007142835  module=artifactcache
DEBU[0000] Plan Stages: [0x14000413c80 0x14000413c98 0x14000413cb0]
DEBU[0000] Stages Runs: [Build]
DEBU[0000] Job.Name: Build
DEBU[0000] Job.RawNeeds: {0 0    <nil> []    0 0}
DEBU[0000] Job.RawRunsOn: {8 0 !!str ubuntu-latest  <nil> []    40 14}
DEBU[0000] Job.Env: {4 0 !!map   <nil> [0x140002595e0 0x14000259680 0x14000259720 0x140002597c0 0x14000259860 0x14000259900 0x140002599a0 0x14000259a40]    138 7}
DEBU[0000] Job.If: {0 0  success()  <nil> []    0 0}
DEBU[0000] Job.Steps: Checkout sources
DEBU[0000] Job.Steps: Setup NuGet source
DEBU[0000] Job.Steps: SonarScannerBegin
DEBU[0000] Job.Steps: Cache NuGet packages
DEBU[0000] Job.Steps: Restore
DEBU[0000] Job.Steps: Compile
DEBU[0000] Job.Steps: Cover
DEBU[0000] Job.Steps: SonarScannerEnd
DEBU[0000] Job.Steps: Pack
DEBU[0000] Job.Steps: Setup Docker Buildx
DEBU[0000] Job.Steps: Authenticate with GitHub Container Registry
DEBU[0000] Job.Steps: Cache build
DEBU[0000] Job.Steps: Cache Docker layers
DEBU[0000] Job.Steps: BuildDocker
DEBU[0000] Job.Steps: Move Docker layers cache
DEBU[0000] Job.Steps: Upload artifacts
DEBU[0000] Job.Steps: Export build information
DEBU[0000] Job.TimeoutMinutes:
DEBU[0000] Job.Services: map[]
DEBU[0000] Job.Strategy: <nil>
DEBU[0000] Job.RawContainer: {0 0    <nil> []    0 0}
DEBU[0000] Job.Defaults.Run.Shell:
DEBU[0000] Job.Defaults.Run.WorkingDirectory:
DEBU[0000] Job.Outputs: map[build-version:${{ steps.export-build-info.outputs.build-version }} deploy-channel:${{ steps.export-build-info.outputs.deploy-channel }} deploy-env:${{ steps.export-build-info.outputs.deploy-env }}]
DEBU[0000] Job.Uses:
DEBU[0000] Job.With: map[]
DEBU[0000] Job.Result:
DEBU[0000] Empty Strategy, matrixes=[map[]]
DEBU[0000] Job Matrices: [map[]]
DEBU[0000] Runner Matrices: map[]
DEBU[0000] Final matrix after applying user inclusions '[map[]]'
WARN[0000] unable to get git repo: remote not found
DEBU[0000] Loading revision from git directory
DEBU[0000] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
DEBU[0000] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
DEBU[0000] using github ref: refs/heads/develop
DEBU[0000] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
DEBU[0000] Detected CPUs: 12
[CI/Build] [DEBUG] evaluating expression 'success()'
[CI/Build] [DEBUG] expression 'success()' evaluated to 'true'
[CI/Build] 🚀  Start image=catthehacker/ubuntu:act-latest
[CI/Build]   🐳  docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=true
[CI/Build] [DEBUG]   🐳  docker pull catthehacker/ubuntu:act-latest
[CI/Build] [DEBUG] pulling image 'docker.io/catthehacker/ubuntu:act-latest' ()
[CI/Build] using DockerAuthConfig authentication for docker pull
DEBU[0000] Saving notices etag=28a9cd8c-09dc-4891-b9a8-fdc3efe37989
DEBU[0000] No new notices
[CI/Build] [DEBUG] Pulling from catthehacker/ubuntu :: act-latest
[CI/Build] [DEBUG] Digest: sha256:4f47bd4c8291283f508ebd39acd2020bc30c4a827d7cd7f3e34d1241d5379948 ::
[CI/Build] [DEBUG] Status: Image is up to date for catthehacker/ubuntu:act-latest ::
[CI/Build] [DEBUG] Removed container: 144a2f6f0991b124f82babe2d9482078cc1decd93eeac0a7cc7a5f7a9eb73c45
[CI/Build] [DEBUG]   🐳  docker volume rm act-CI-Build-5a4c244a0a724a80a2a485dec0590f5681590b1a6cfbddbcfe81c7b4f40b7ffd
[CI/Build] [DEBUG]   🐳  docker volume rm act-CI-Build-5a4c244a0a724a80a2a485dec0590f5681590b1a6cfbddbcfe81c7b4f40b7ffd-env
[CI/Build]   🐳  docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[]
[CI/Build] [DEBUG] Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:true OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=ARM64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck:<nil> ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/Users/iliatsvetkov/Repos/workflows Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]}
[CI/Build] [DEBUG] Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:<nil> Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-CI-Build-5a4c244a0a724a80a2a485dec0590f5681590b1a6cfbddbcfe81c7b4f40b7ffd-env Target:/var/run/act ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-CI-Build-5a4c244a0a724a80a2a485dec0590f5681590b1a6cfbddbcfe81c7b4f40b7ffd Target:/Users/iliatsvetkov/Repos/workflows ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>}] MaskedPaths:[] ReadonlyPaths:[] Init:<nil>}
[CI/Build] [DEBUG] Created container name=act-CI-Build-5a4c244a0a724a80a2a485dec0590f5681590b1a6cfbddbcfe81c7b4f40b7ffd id=deee11f3a327f187a036240ed71ee33acac35f9a2bf22c7cf85f3626a8f05fe5 from image catthehacker/ubuntu:act-latest (platform: )
[CI/Build] [DEBUG] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=ARM64 RUNNER_TEMP=/tmp LANG=C.UTF-8]
[CI/Build]   🐳  docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[]
[CI/Build] [DEBUG] Starting container: deee11f3a327f187a036240ed71ee33acac35f9a2bf22c7cf85f3626a8f05fe5
[CI/Build] [DEBUG] Started container: deee11f3a327f187a036240ed71ee33acac35f9a2bf22c7cf85f3626a8f05fe5
[CI/Build] [DEBUG] Writing entry to tarball workflow/event.json len:2
[CI/Build] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[CI/Build] [DEBUG] Extracting content to '/var/run/act/'
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] Skipping local actions/checkout because workdir was already copied
[CI/Build] [DEBUG] skip pre step for 'Checkout sources': no action model available
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build]   ☁  git clone 'https://github.com/actions/setup-dotnet' # ref=v2
[CI/Build] [DEBUG]   cloning https://github.com/actions/setup-dotnet to /Users/iliatsvetkov/.cache/act/actions-setup-dotnet@v2
[CI/Build] [DEBUG] Unable to pull refs/heads/v2: worktree contains unstaged changes
[CI/Build] [DEBUG] Cloned https://github.com/actions/setup-dotnet to /Users/iliatsvetkov/.cache/act/actions-setup-dotnet@v2
[CI/Build] [DEBUG] Checked out v2
[CI/Build] [DEBUG] Read action &{Setup .NET Core SDK GitHub Used to build and publish .NET source. Set up a specific version of the .NET and authentication to private NuGet repository map[config-file:{Optional NuGet.config location, if your NuGet.config isn't located in the root of the repo. false } dotnet-version:{Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x false } global-json-file:{Optional global.json location, if your global.json isn't located in the root of the repo. false } include-prerelease:{Whether prerelease versions should be matched with non-exact versions (for example 5.0.0-preview.6 being matched by 5, 5.0, 5.x or 5.0.x). Defaults to false if not provided. false false} owner:{Optional OWNER for using packages from GitHub Package Registry organizations/users other than the current repository's owner. Only used if a GPR URL is also provided in source-url false } source-url:{Optional package source for which to set up authentication. Will consult any existing NuGet.config in the root of the repo and provide a temporary NuGet.config using the NUGET_AUTH_TOKEN environment variable as a ClearTextPassword false }] map[] {node16 map[] dist/index.js  always()  always()   [] []} {green play}} from 'Unknown'
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build]   ☁  git clone 'https://github.com/actions/cache' # ref=v3
[CI/Build] [DEBUG]   cloning https://github.com/actions/cache to /Users/iliatsvetkov/.cache/act/actions-cache@v3
[CI/Build] [DEBUG] Cloned https://github.com/actions/cache to /Users/iliatsvetkov/.cache/act/actions-cache@v3
[CI/Build] [DEBUG] Checked out v3
[CI/Build] [DEBUG] Read action &{Cache GitHub Cache artifacts like dependencies and build outputs to improve workflow execution time map[enableCrossOsArchive:{An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms false false} fail-on-cache-miss:{Fail the workflow if cache entry is not found false false} key:{An explicit key for restoring and saving the cache true } lookup-only:{Check if a cache entry exists for the given input(s) (key, restore-keys) without downloading the cache false false} path:{A list of files, directories, and wildcard patterns to cache and restore true } restore-keys:{An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case. false } upload-chunk-size:{The chunk size used to split up large files during upload, in bytes false }] map[cache-hit:{A boolean value to indicate an exact match was found for the primary key }] {node16 map[] dist/restore/index.js  always() dist/save/index.js success()   [] []} {gray-dark archive}} from 'Unknown'
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build]   ☁  git clone 'https://github.com/docker/setup-buildx-action' # ref=v2
[CI/Build] [DEBUG]   cloning https://github.com/docker/setup-buildx-action to /Users/iliatsvetkov/.cache/act/docker-setup-buildx-action@v2
[CI/Build] [DEBUG] Cloned https://github.com/docker/setup-buildx-action to /Users/iliatsvetkov/.cache/act/docker-setup-buildx-action@v2
[CI/Build] [DEBUG] Checked out v2
[CI/Build] [DEBUG] Read action &{Docker Setup Buildx docker Set up Docker Buildx map[append:{Append additional nodes to the builder false } buildkitd-flags:{Flags for buildkitd daemon false --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host} cleanup:{Cleanup temp files and remove builder at the end of a job false true} config:{BuildKit config file false } config-inline:{Inline BuildKit config false } driver:{Sets the builder driver to be used false docker-container} driver-opts:{List of additional driver-specific options. (eg. image=moby/buildkit:master) false } endpoint:{Optional address for docker socket or context from `docker context ls` false } install:{Sets up docker build command as an alias to docker buildx build false false} platforms:{Fixed platforms for current node. If not empty, values take priority over the detected ones false } use:{Switch to this builder instance false true} version:{Buildx version. (eg. v0.3.0) false }] map[driver:{Builder driver } endpoint:{Builder node endpoint (deprecated, use nodes output instead) } flags:{Builder node flags (deprecated, use nodes output instead) } name:{Builder name } nodes:{Builder nodes metadata } platforms:{Builder node platforms (preferred or available) } status:{Builder node status (deprecated, use nodes output instead) }] {node16 map[] dist/index.js  always() dist/index.js always()   [] []} {blue anchor}} from 'Unknown'
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build]   ☁  git clone 'https://github.com/docker/login-action' # ref=v2
[CI/Build] [DEBUG]   cloning https://github.com/docker/login-action to /Users/iliatsvetkov/.cache/act/docker-login-action@v2
[CI/Build] [DEBUG] Cloned https://github.com/docker/login-action to /Users/iliatsvetkov/.cache/act/docker-login-action@v2
[CI/Build] [DEBUG] Checked out v2
[CI/Build] [DEBUG] Read action &{Docker Login docker GitHub Action to login against a Docker registry map[ecr:{Specifies whether the given registry is ECR (auto, true or false) false auto} logout:{Log out from the Docker registry at the end of a job false true} password:{Password or personal access token used to log against the Docker registry false } registry:{Server address of Docker registry. If not set then will default to Docker Hub false } username:{Username used to log against the Docker registry false }] map[] {node16 map[] dist/index.js  always() dist/index.js always()   [] []} {blue anchor}} from 'Unknown'
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build]   ☁  git clone 'https://github.com/actions/cache' # ref=v3
[CI/Build] [DEBUG]   cloning https://github.com/actions/cache to /Users/iliatsvetkov/.cache/act/actions-cache@v3
[CI/Build] [DEBUG] Cloned https://github.com/actions/cache to /Users/iliatsvetkov/.cache/act/actions-cache@v3
[CI/Build] [DEBUG] Checked out v3
[CI/Build] [DEBUG] Read action &{Cache GitHub Cache artifacts like dependencies and build outputs to improve workflow execution time map[enableCrossOsArchive:{An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms false false} fail-on-cache-miss:{Fail the workflow if cache entry is not found false false} key:{An explicit key for restoring and saving the cache true } lookup-only:{Check if a cache entry exists for the given input(s) (key, restore-keys) without downloading the cache false false} path:{A list of files, directories, and wildcard patterns to cache and restore true } restore-keys:{An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case. false } upload-chunk-size:{The chunk size used to split up large files during upload, in bytes false }] map[cache-hit:{A boolean value to indicate an exact match was found for the primary key }] {node16 map[] dist/restore/index.js  always() dist/save/index.js success()   [] []} {gray-dark archive}} from 'Unknown'
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build]   ☁  git clone 'https://github.com/actions/cache' # ref=v3
[CI/Build] [DEBUG]   cloning https://github.com/actions/cache to /Users/iliatsvetkov/.cache/act/actions-cache@v3
[CI/Build] [DEBUG] Cloned https://github.com/actions/cache to /Users/iliatsvetkov/.cache/act/actions-cache@v3
[CI/Build] [DEBUG] Checked out v3
[CI/Build] [DEBUG] Read action &{Cache GitHub Cache artifacts like dependencies and build outputs to improve workflow execution time map[enableCrossOsArchive:{An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms false false} fail-on-cache-miss:{Fail the workflow if cache entry is not found false false} key:{An explicit key for restoring and saving the cache true } lookup-only:{Check if a cache entry exists for the given input(s) (key, restore-keys) without downloading the cache false false} path:{A list of files, directories, and wildcard patterns to cache and restore true } restore-keys:{An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case. false } upload-chunk-size:{The chunk size used to split up large files during upload, in bytes false }] map[cache-hit:{A boolean value to indicate an exact match was found for the primary key }] {node16 map[] dist/restore/index.js  always() dist/save/index.js success()   [] []} {gray-dark archive}} from 'Unknown'
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build]   ☁  git clone 'https://github.com/actions/upload-artifact' # ref=v3
[CI/Build] [DEBUG]   cloning https://github.com/actions/upload-artifact to /Users/iliatsvetkov/.cache/act/actions-upload-artifact@v3
[CI/Build] [DEBUG] Cloned https://github.com/actions/upload-artifact to /Users/iliatsvetkov/.cache/act/actions-upload-artifact@v3
[CI/Build] [DEBUG] Checked out v3
[CI/Build] [DEBUG] Read action &{Upload a Build Artifact GitHub Upload a build artifact that can be used by subsequent workflow steps map[if-no-files-found:{The desired behavior if no files are found using the provided path.
Available Options:
  warn: Output a warning but do not fail the action
  error: Fail the action with an error message
  ignore: Do not output any warnings or errors, the action does not fail
 false warn} name:{Artifact name false artifact} path:{A file, directory or wildcard pattern that describes what to upload true } retention-days:{Duration after which artifact will expire in days. 0 means using default retention.
Minimum 1 day. Maximum 90 days unless changed from the repository settings page.
 false }] map[] {node16 map[] dist/index.js  always()  always()   [] []} { }} from 'Unknown'
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] Skipping local actions/checkout because workdir was already copied
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] expression '${{ secrets.GIT_PACKAGES_PAT }}' rewritten to 'format('{0}', secrets.GIT_PACKAGES_PAT)'
[CI/Build] [DEBUG] evaluating expression 'format('{0}', secrets.GIT_PACKAGES_PAT)'
[CI/Build] [DEBUG] expression 'format('{0}', secrets.GIT_PACKAGES_PAT)' evaluated to '%!t(string=)'
[CI/Build] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.10:49316/ BUILD_NOLOGO:true CI:true DOTNET_CLI_TELEMETRY_OPTOUT:1 DOTNET_MULTILEVEL_LOOKUP:0 DOTNET_NOLOGO:1 DOTNET_SKIP_FIRST_TIME_EXPERIENCE:1 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_REF:refs/heads/develop GITHUB_REF_NAME:develop GITHUB_REF_TYPE:branch GITHUB_REPOSITORY: GITHUB_REPOSITORY_OWNER: GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2cb44054844722d4210188d4c211c1c3e4fd94ae GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/Users/iliatsvetkov/Repos/workflows INPUT_FETCH-DEPTH:0 INPUT_PERSIST-CREDENTIALS:true INPUT_SUBMODULES:recursive INPUT_TOKEN: ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:]
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] evaluating expression ''
[CI/Build] [DEBUG] expression '' evaluated to 'true'
[CI/Build] ⭐ Run Main Checkout sources
[CI/Build] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[CI/Build] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[CI/Build] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0
[CI/Build] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[CI/Build] [DEBUG] Writing entry to tarball workflow/SUMMARY.md len:0
[CI/Build] [DEBUG] Extracting content to '/var/run/act'
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build]   🐳  docker cp src=/Users/iliatsvetkov/Repos/workflows/. dst=/Users/iliatsvetkov/Repos/workflows
[CI/Build] [DEBUG] Writing tarball /var/folders/5q/0y9x62r16r1b2r6cnxynrzbc0000gn/T/act2807272158 from /Users/iliatsvetkov/Repos/workflows/.
[CI/Build] [DEBUG] Stripping prefix:/Users/iliatsvetkov/Repos/workflows/ src:/Users/iliatsvetkov/Repos/workflows/.
[CI/Build] [DEBUG] Extracting content from '/var/folders/5q/0y9x62r16r1b2r6cnxynrzbc0000gn/T/act2807272158' to '/Users/iliatsvetkov/Repos/workflows'
[CI/Build]   ✅  Success - Main Checkout sources
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] expression '${{ secrets.GIT_PACKAGES_PAT }}' rewritten to 'format('{0}', secrets.GIT_PACKAGES_PAT)'
[CI/Build] [DEBUG] evaluating expression 'format('{0}', secrets.GIT_PACKAGES_PAT)'
[CI/Build] [DEBUG] expression 'format('{0}', secrets.GIT_PACKAGES_PAT)' evaluated to '%!t(string=)'
[CI/Build] unable to get git repo: remote not found
[CI/Build] [DEBUG] Loading revision from git directory
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae'
[CI/Build] [DEBUG] using github ref: refs/heads/develop
[CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae
[CI/Build] [DEBUG] expression 'https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json' rewritten to 'format('https://nuget.pkg.github.com/{0}/index.json', github.repository_owner)'
[CI/Build] [DEBUG] evaluating expression 'format('https://nuget.pkg.github.com/{0}/index.json', github.repository_owner)'
[CI/Build] [DEBUG] expression 'format('https://nuget.pkg.github.com/{0}/index.json', github.repository_owner)' evaluated to '%!t(string=https://nuget.pkg.github.com//index.json)'
[CI/Build] [DEBUG] setupEnv => map[ACT:true 
....
Error: Job 'Build' failed

Additional information

No response

Originally created by @nZeus on GitHub (Aug 11, 2023). Original GitHub issue: https://github.com/nektos/act/issues/1962 ### Bug report info ```plain text act version: 0.2.49 GOOS: darwin GOARCH: arm64 NumCPU: 12 Docker host: DOCKER_HOST environment variable is not set Sockets found: /var/run/docker.sock $HOME/.docker/run/docker.sock Config files: /Users/iliatsvetkov/.actrc: -P ubuntu-latest=catthehacker/ubuntu:act-latest -P ubuntu-22.04=catthehacker/ubuntu:act-22.04 -P ubuntu-20.04=catthehacker/ubuntu:act-20.04 -P ubuntu-18.04=catthehacker/ubuntu:act-18.04 Build info: Go version: go1.20.6 Module path: command-line-arguments Main version: Main path: Main checksum: Build settings: -buildmode: exe -compiler: gc -ldflags: -X main.version=0.2.49 CGO_ENABLED: 1 CGO_CFLAGS: CGO_CPPFLAGS: CGO_CXXFLAGS: CGO_LDFLAGS: GOARCH: arm64 GOOS: darwin Docker Engine: Engine version: 24.0.2 Engine runtime: runc Cgroup version: 2 Cgroup driver: cgroupfs Storage driver: overlay2 Registry URI: https://index.docker.io/v1/ OS: Docker Desktop OS type: linux OS version: OS arch: aarch64 OS kernel: 5.15.49-linuxkit-pr OS CPU: 6 OS memory: 7851 MB Security options: name=seccomp,profile=builtin name=cgroupns ``` ### Command used with act ```sh act ``` ### Describe issue I get this error: `unable to get git repo: remote not found` ``` act WARN ⚠ You are using Apple M-series chip and you have not specified container architecture, you might encounter issues while running act. If so, try running it with '--container-architecture linux/amd64'. ⚠ WARN[0000] unable to get git repo: remote not found [CI/Build] 🚀 Start image=catthehacker/ubuntu:act-latest [CI/Build] 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=true [CI/Build] using DockerAuthConfig authentication for docker pull [CI/Build] 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] [CI/Build] 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] [CI/Build] unable to get git repo: remote not found [CI/Build] unable to get git repo: remote not found [CI/Build] unable to get git repo: remote not found [CI/Build] ☁ git clone 'https://github.com/actions/setup-dotnet' # ref=v2 [CI/Build] unable to get git repo: remote not found [CI/Build] ☁ git clone 'https://github.com/actions/cache' # ref=v3 [CI/Build] unable to get git repo: remote not found ... ``` ### Link to GitHub repository _No response_ ### Workflow content ```yml name: CI on: push: branches: - main - develop tags: - '*' pull_request: branches: - main - develop workflow_dispatch: permissions: contents: read packages: write env: BUILD_NOLOGO: true concurrency: group: ci-${{ github.ref }} jobs: build: name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 name: Checkout sources with: persist-credentials: true fetch-depth: 0 submodules: recursive token: ${{ secrets.GIT_PACKAGES_PAT }} - uses: actions/setup-dotnet@v2 name: Setup NuGet source with: source-url: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json env: NUGET_AUTH_TOKEN: ${{ secrets.GIT_PACKAGES_PAT }} ... ``` ### Relevant log output ```sh WARN ⚠ You are using Apple M-series chip and you have not specified container architecture, you might encounter issues while running act. If so, try running it with '--container-architecture linux/amd64'. ⚠ DEBU[0000] Loading environment from /Users/iliatsvetkov/Repos/workflows/.env DEBU[0000] Loading action inputs from /Users/iliatsvetkov/Repos/workflows/.input DEBU[0000] Loading secrets from /Users/iliatsvetkov/Repos/workflows/.secrets DEBU[0000] Loading vars from /Users/iliatsvetkov/Repos/workflows/.vars DEBU[0000] Evaluated matrix inclusions: map[] DEBU[0000] Loading workflows from '/Users/iliatsvetkov/Repos/workflows/.github/workflows' DEBU[0000] Loading workflows recursively DEBU[0000] Conditional GET for notices etag=28a9cd8c-09dc-4891-b9a8-fdc3efe37989 DEBU[0000] Found workflow 'ci.yml' in '/Users/iliatsvetkov/Repos/workflows/.github/workflows/ci.yml' DEBU[0000] Found workflow 'deploy_pr.yml' in '/Users/iliatsvetkov/Repos/workflows/.github/workflows/deploy_pr.yml' DEBU[0000] Reading workflow '/Users/iliatsvetkov/Repos/workflows/.github/workflows/ci.yml' DEBU[0000] Reading workflow '/Users/iliatsvetkov/Repos/workflows/.github/workflows/deploy_pr.yml' DEBU[0000] Preparing plan with all jobs DEBU[0000] Using default workflow event: push DEBU[0000] Planning jobs for event: push DEBU[0000] gc: 2023-08-11 09:39:04.243335 +0200 CEST m=+0.007142835 module=artifactcache DEBU[0000] Plan Stages: [0x14000413c80 0x14000413c98 0x14000413cb0] DEBU[0000] Stages Runs: [Build] DEBU[0000] Job.Name: Build DEBU[0000] Job.RawNeeds: {0 0 <nil> [] 0 0} DEBU[0000] Job.RawRunsOn: {8 0 !!str ubuntu-latest <nil> [] 40 14} DEBU[0000] Job.Env: {4 0 !!map <nil> [0x140002595e0 0x14000259680 0x14000259720 0x140002597c0 0x14000259860 0x14000259900 0x140002599a0 0x14000259a40] 138 7} DEBU[0000] Job.If: {0 0 success() <nil> [] 0 0} DEBU[0000] Job.Steps: Checkout sources DEBU[0000] Job.Steps: Setup NuGet source DEBU[0000] Job.Steps: SonarScannerBegin DEBU[0000] Job.Steps: Cache NuGet packages DEBU[0000] Job.Steps: Restore DEBU[0000] Job.Steps: Compile DEBU[0000] Job.Steps: Cover DEBU[0000] Job.Steps: SonarScannerEnd DEBU[0000] Job.Steps: Pack DEBU[0000] Job.Steps: Setup Docker Buildx DEBU[0000] Job.Steps: Authenticate with GitHub Container Registry DEBU[0000] Job.Steps: Cache build DEBU[0000] Job.Steps: Cache Docker layers DEBU[0000] Job.Steps: BuildDocker DEBU[0000] Job.Steps: Move Docker layers cache DEBU[0000] Job.Steps: Upload artifacts DEBU[0000] Job.Steps: Export build information DEBU[0000] Job.TimeoutMinutes: DEBU[0000] Job.Services: map[] DEBU[0000] Job.Strategy: <nil> DEBU[0000] Job.RawContainer: {0 0 <nil> [] 0 0} DEBU[0000] Job.Defaults.Run.Shell: DEBU[0000] Job.Defaults.Run.WorkingDirectory: DEBU[0000] Job.Outputs: map[build-version:${{ steps.export-build-info.outputs.build-version }} deploy-channel:${{ steps.export-build-info.outputs.deploy-channel }} deploy-env:${{ steps.export-build-info.outputs.deploy-env }}] DEBU[0000] Job.Uses: DEBU[0000] Job.With: map[] DEBU[0000] Job.Result: DEBU[0000] Empty Strategy, matrixes=[map[]] DEBU[0000] Job Matrices: [map[]] DEBU[0000] Runner Matrices: map[] DEBU[0000] Final matrix after applying user inclusions '[map[]]' WARN[0000] unable to get git repo: remote not found DEBU[0000] Loading revision from git directory DEBU[0000] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae DEBU[0000] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' DEBU[0000] using github ref: refs/heads/develop DEBU[0000] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae DEBU[0000] Detected CPUs: 12 [CI/Build] [DEBUG] evaluating expression 'success()' [CI/Build] [DEBUG] expression 'success()' evaluated to 'true' [CI/Build] 🚀 Start image=catthehacker/ubuntu:act-latest [CI/Build] 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=true [CI/Build] [DEBUG] 🐳 docker pull catthehacker/ubuntu:act-latest [CI/Build] [DEBUG] pulling image 'docker.io/catthehacker/ubuntu:act-latest' () [CI/Build] using DockerAuthConfig authentication for docker pull DEBU[0000] Saving notices etag=28a9cd8c-09dc-4891-b9a8-fdc3efe37989 DEBU[0000] No new notices [CI/Build] [DEBUG] Pulling from catthehacker/ubuntu :: act-latest [CI/Build] [DEBUG] Digest: sha256:4f47bd4c8291283f508ebd39acd2020bc30c4a827d7cd7f3e34d1241d5379948 :: [CI/Build] [DEBUG] Status: Image is up to date for catthehacker/ubuntu:act-latest :: [CI/Build] [DEBUG] Removed container: 144a2f6f0991b124f82babe2d9482078cc1decd93eeac0a7cc7a5f7a9eb73c45 [CI/Build] [DEBUG] 🐳 docker volume rm act-CI-Build-5a4c244a0a724a80a2a485dec0590f5681590b1a6cfbddbcfe81c7b4f40b7ffd [CI/Build] [DEBUG] 🐳 docker volume rm act-CI-Build-5a4c244a0a724a80a2a485dec0590f5681590b1a6cfbddbcfe81c7b4f40b7ffd-env [CI/Build] 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] [CI/Build] [DEBUG] Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:true OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=ARM64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck:<nil> ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/Users/iliatsvetkov/Repos/workflows Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} [CI/Build] [DEBUG] Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:<nil> Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-CI-Build-5a4c244a0a724a80a2a485dec0590f5681590b1a6cfbddbcfe81c7b4f40b7ffd-env Target:/var/run/act ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-CI-Build-5a4c244a0a724a80a2a485dec0590f5681590b1a6cfbddbcfe81c7b4f40b7ffd Target:/Users/iliatsvetkov/Repos/workflows ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>}] MaskedPaths:[] ReadonlyPaths:[] Init:<nil>} [CI/Build] [DEBUG] Created container name=act-CI-Build-5a4c244a0a724a80a2a485dec0590f5681590b1a6cfbddbcfe81c7b4f40b7ffd id=deee11f3a327f187a036240ed71ee33acac35f9a2bf22c7cf85f3626a8f05fe5 from image catthehacker/ubuntu:act-latest (platform: ) [CI/Build] [DEBUG] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=ARM64 RUNNER_TEMP=/tmp LANG=C.UTF-8] [CI/Build] 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] [CI/Build] [DEBUG] Starting container: deee11f3a327f187a036240ed71ee33acac35f9a2bf22c7cf85f3626a8f05fe5 [CI/Build] [DEBUG] Started container: deee11f3a327f187a036240ed71ee33acac35f9a2bf22c7cf85f3626a8f05fe5 [CI/Build] [DEBUG] Writing entry to tarball workflow/event.json len:2 [CI/Build] [DEBUG] Writing entry to tarball workflow/envs.txt len:0 [CI/Build] [DEBUG] Extracting content to '/var/run/act/' [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] Skipping local actions/checkout because workdir was already copied [CI/Build] [DEBUG] skip pre step for 'Checkout sources': no action model available [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] ☁ git clone 'https://github.com/actions/setup-dotnet' # ref=v2 [CI/Build] [DEBUG] cloning https://github.com/actions/setup-dotnet to /Users/iliatsvetkov/.cache/act/actions-setup-dotnet@v2 [CI/Build] [DEBUG] Unable to pull refs/heads/v2: worktree contains unstaged changes [CI/Build] [DEBUG] Cloned https://github.com/actions/setup-dotnet to /Users/iliatsvetkov/.cache/act/actions-setup-dotnet@v2 [CI/Build] [DEBUG] Checked out v2 [CI/Build] [DEBUG] Read action &{Setup .NET Core SDK GitHub Used to build and publish .NET source. Set up a specific version of the .NET and authentication to private NuGet repository map[config-file:{Optional NuGet.config location, if your NuGet.config isn't located in the root of the repo. false } dotnet-version:{Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x false } global-json-file:{Optional global.json location, if your global.json isn't located in the root of the repo. false } include-prerelease:{Whether prerelease versions should be matched with non-exact versions (for example 5.0.0-preview.6 being matched by 5, 5.0, 5.x or 5.0.x). Defaults to false if not provided. false false} owner:{Optional OWNER for using packages from GitHub Package Registry organizations/users other than the current repository's owner. Only used if a GPR URL is also provided in source-url false } source-url:{Optional package source for which to set up authentication. Will consult any existing NuGet.config in the root of the repo and provide a temporary NuGet.config using the NUGET_AUTH_TOKEN environment variable as a ClearTextPassword false }] map[] {node16 map[] dist/index.js always() always() [] []} {green play}} from 'Unknown' [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] ☁ git clone 'https://github.com/actions/cache' # ref=v3 [CI/Build] [DEBUG] cloning https://github.com/actions/cache to /Users/iliatsvetkov/.cache/act/actions-cache@v3 [CI/Build] [DEBUG] Cloned https://github.com/actions/cache to /Users/iliatsvetkov/.cache/act/actions-cache@v3 [CI/Build] [DEBUG] Checked out v3 [CI/Build] [DEBUG] Read action &{Cache GitHub Cache artifacts like dependencies and build outputs to improve workflow execution time map[enableCrossOsArchive:{An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms false false} fail-on-cache-miss:{Fail the workflow if cache entry is not found false false} key:{An explicit key for restoring and saving the cache true } lookup-only:{Check if a cache entry exists for the given input(s) (key, restore-keys) without downloading the cache false false} path:{A list of files, directories, and wildcard patterns to cache and restore true } restore-keys:{An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case. false } upload-chunk-size:{The chunk size used to split up large files during upload, in bytes false }] map[cache-hit:{A boolean value to indicate an exact match was found for the primary key }] {node16 map[] dist/restore/index.js always() dist/save/index.js success() [] []} {gray-dark archive}} from 'Unknown' [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] ☁ git clone 'https://github.com/docker/setup-buildx-action' # ref=v2 [CI/Build] [DEBUG] cloning https://github.com/docker/setup-buildx-action to /Users/iliatsvetkov/.cache/act/docker-setup-buildx-action@v2 [CI/Build] [DEBUG] Cloned https://github.com/docker/setup-buildx-action to /Users/iliatsvetkov/.cache/act/docker-setup-buildx-action@v2 [CI/Build] [DEBUG] Checked out v2 [CI/Build] [DEBUG] Read action &{Docker Setup Buildx docker Set up Docker Buildx map[append:{Append additional nodes to the builder false } buildkitd-flags:{Flags for buildkitd daemon false --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host} cleanup:{Cleanup temp files and remove builder at the end of a job false true} config:{BuildKit config file false } config-inline:{Inline BuildKit config false } driver:{Sets the builder driver to be used false docker-container} driver-opts:{List of additional driver-specific options. (eg. image=moby/buildkit:master) false } endpoint:{Optional address for docker socket or context from `docker context ls` false } install:{Sets up docker build command as an alias to docker buildx build false false} platforms:{Fixed platforms for current node. If not empty, values take priority over the detected ones false } use:{Switch to this builder instance false true} version:{Buildx version. (eg. v0.3.0) false }] map[driver:{Builder driver } endpoint:{Builder node endpoint (deprecated, use nodes output instead) } flags:{Builder node flags (deprecated, use nodes output instead) } name:{Builder name } nodes:{Builder nodes metadata } platforms:{Builder node platforms (preferred or available) } status:{Builder node status (deprecated, use nodes output instead) }] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] ☁ git clone 'https://github.com/docker/login-action' # ref=v2 [CI/Build] [DEBUG] cloning https://github.com/docker/login-action to /Users/iliatsvetkov/.cache/act/docker-login-action@v2 [CI/Build] [DEBUG] Cloned https://github.com/docker/login-action to /Users/iliatsvetkov/.cache/act/docker-login-action@v2 [CI/Build] [DEBUG] Checked out v2 [CI/Build] [DEBUG] Read action &{Docker Login docker GitHub Action to login against a Docker registry map[ecr:{Specifies whether the given registry is ECR (auto, true or false) false auto} logout:{Log out from the Docker registry at the end of a job false true} password:{Password or personal access token used to log against the Docker registry false } registry:{Server address of Docker registry. If not set then will default to Docker Hub false } username:{Username used to log against the Docker registry false }] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] ☁ git clone 'https://github.com/actions/cache' # ref=v3 [CI/Build] [DEBUG] cloning https://github.com/actions/cache to /Users/iliatsvetkov/.cache/act/actions-cache@v3 [CI/Build] [DEBUG] Cloned https://github.com/actions/cache to /Users/iliatsvetkov/.cache/act/actions-cache@v3 [CI/Build] [DEBUG] Checked out v3 [CI/Build] [DEBUG] Read action &{Cache GitHub Cache artifacts like dependencies and build outputs to improve workflow execution time map[enableCrossOsArchive:{An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms false false} fail-on-cache-miss:{Fail the workflow if cache entry is not found false false} key:{An explicit key for restoring and saving the cache true } lookup-only:{Check if a cache entry exists for the given input(s) (key, restore-keys) without downloading the cache false false} path:{A list of files, directories, and wildcard patterns to cache and restore true } restore-keys:{An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case. false } upload-chunk-size:{The chunk size used to split up large files during upload, in bytes false }] map[cache-hit:{A boolean value to indicate an exact match was found for the primary key }] {node16 map[] dist/restore/index.js always() dist/save/index.js success() [] []} {gray-dark archive}} from 'Unknown' [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] ☁ git clone 'https://github.com/actions/cache' # ref=v3 [CI/Build] [DEBUG] cloning https://github.com/actions/cache to /Users/iliatsvetkov/.cache/act/actions-cache@v3 [CI/Build] [DEBUG] Cloned https://github.com/actions/cache to /Users/iliatsvetkov/.cache/act/actions-cache@v3 [CI/Build] [DEBUG] Checked out v3 [CI/Build] [DEBUG] Read action &{Cache GitHub Cache artifacts like dependencies and build outputs to improve workflow execution time map[enableCrossOsArchive:{An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms false false} fail-on-cache-miss:{Fail the workflow if cache entry is not found false false} key:{An explicit key for restoring and saving the cache true } lookup-only:{Check if a cache entry exists for the given input(s) (key, restore-keys) without downloading the cache false false} path:{A list of files, directories, and wildcard patterns to cache and restore true } restore-keys:{An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case. false } upload-chunk-size:{The chunk size used to split up large files during upload, in bytes false }] map[cache-hit:{A boolean value to indicate an exact match was found for the primary key }] {node16 map[] dist/restore/index.js always() dist/save/index.js success() [] []} {gray-dark archive}} from 'Unknown' [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] ☁ git clone 'https://github.com/actions/upload-artifact' # ref=v3 [CI/Build] [DEBUG] cloning https://github.com/actions/upload-artifact to /Users/iliatsvetkov/.cache/act/actions-upload-artifact@v3 [CI/Build] [DEBUG] Cloned https://github.com/actions/upload-artifact to /Users/iliatsvetkov/.cache/act/actions-upload-artifact@v3 [CI/Build] [DEBUG] Checked out v3 [CI/Build] [DEBUG] Read action &{Upload a Build Artifact GitHub Upload a build artifact that can be used by subsequent workflow steps map[if-no-files-found:{The desired behavior if no files are found using the provided path. Available Options: warn: Output a warning but do not fail the action error: Fail the action with an error message ignore: Do not output any warnings or errors, the action does not fail false warn} name:{Artifact name false artifact} path:{A file, directory or wildcard pattern that describes what to upload true } retention-days:{Duration after which artifact will expire in days. 0 means using default retention. Minimum 1 day. Maximum 90 days unless changed from the repository settings page. false }] map[] {node16 map[] dist/index.js always() always() [] []} { }} from 'Unknown' [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] Skipping local actions/checkout because workdir was already copied [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] expression '${{ secrets.GIT_PACKAGES_PAT }}' rewritten to 'format('{0}', secrets.GIT_PACKAGES_PAT)' [CI/Build] [DEBUG] evaluating expression 'format('{0}', secrets.GIT_PACKAGES_PAT)' [CI/Build] [DEBUG] expression 'format('{0}', secrets.GIT_PACKAGES_PAT)' evaluated to '%!t(string=)' [CI/Build] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.10:49316/ BUILD_NOLOGO:true CI:true DOTNET_CLI_TELEMETRY_OPTOUT:1 DOTNET_MULTILEVEL_LOOKUP:0 DOTNET_NOLOGO:1 DOTNET_SKIP_FIRST_TIME_EXPERIENCE:1 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_REF:refs/heads/develop GITHUB_REF_NAME:develop GITHUB_REF_TYPE:branch GITHUB_REPOSITORY: GITHUB_REPOSITORY_OWNER: GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2cb44054844722d4210188d4c211c1c3e4fd94ae GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/Users/iliatsvetkov/Repos/workflows INPUT_FETCH-DEPTH:0 INPUT_PERSIST-CREDENTIALS:true INPUT_SUBMODULES:recursive INPUT_TOKEN: ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] evaluating expression '' [CI/Build] [DEBUG] expression '' evaluated to 'true' [CI/Build] ⭐ Run Main Checkout sources [CI/Build] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0 [CI/Build] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0 [CI/Build] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0 [CI/Build] [DEBUG] Writing entry to tarball workflow/envs.txt len:0 [CI/Build] [DEBUG] Writing entry to tarball workflow/SUMMARY.md len:0 [CI/Build] [DEBUG] Extracting content to '/var/run/act' [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] 🐳 docker cp src=/Users/iliatsvetkov/Repos/workflows/. dst=/Users/iliatsvetkov/Repos/workflows [CI/Build] [DEBUG] Writing tarball /var/folders/5q/0y9x62r16r1b2r6cnxynrzbc0000gn/T/act2807272158 from /Users/iliatsvetkov/Repos/workflows/. [CI/Build] [DEBUG] Stripping prefix:/Users/iliatsvetkov/Repos/workflows/ src:/Users/iliatsvetkov/Repos/workflows/. [CI/Build] [DEBUG] Extracting content from '/var/folders/5q/0y9x62r16r1b2r6cnxynrzbc0000gn/T/act2807272158' to '/Users/iliatsvetkov/Repos/workflows' [CI/Build] ✅ Success - Main Checkout sources [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] expression '${{ secrets.GIT_PACKAGES_PAT }}' rewritten to 'format('{0}', secrets.GIT_PACKAGES_PAT)' [CI/Build] [DEBUG] evaluating expression 'format('{0}', secrets.GIT_PACKAGES_PAT)' [CI/Build] [DEBUG] expression 'format('{0}', secrets.GIT_PACKAGES_PAT)' evaluated to '%!t(string=)' [CI/Build] unable to get git repo: remote not found [CI/Build] [DEBUG] Loading revision from git directory [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] HEAD points to '2cb44054844722d4210188d4c211c1c3e4fd94ae' [CI/Build] [DEBUG] using github ref: refs/heads/develop [CI/Build] [DEBUG] Found revision: 2cb44054844722d4210188d4c211c1c3e4fd94ae [CI/Build] [DEBUG] expression 'https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json' rewritten to 'format('https://nuget.pkg.github.com/{0}/index.json', github.repository_owner)' [CI/Build] [DEBUG] evaluating expression 'format('https://nuget.pkg.github.com/{0}/index.json', github.repository_owner)' [CI/Build] [DEBUG] expression 'format('https://nuget.pkg.github.com/{0}/index.json', github.repository_owner)' evaluated to '%!t(string=https://nuget.pkg.github.com//index.json)' [CI/Build] [DEBUG] setupEnv => map[ACT:true .... Error: Job 'Build' failed ``` ### Additional information _No response_
kerem 2026-03-01 21:47:34 +03:00
  • closed this issue
  • added the
    kind/bug
    label
Author
Owner

@ctcac00 commented on GitHub (Sep 1, 2023):

I was getting the same issue because my remote was "upstream" instead of the standard "origin"
By specifying the remote-name in the CLI it worked perfectly:

act --remote-name upstream

<!-- gh-comment-id:1702444597 --> @ctcac00 commented on GitHub (Sep 1, 2023): I was getting the same issue because my remote was "_upstream_" instead of the standard "_origin_" By specifying the _remote-name_ in the CLI it worked perfectly: `act --remote-name upstream`
Author
Owner

@nZeus commented on GitHub (Sep 26, 2023):

Oh, thank you @ctcac00, this fixed the issue!

<!-- gh-comment-id:1735138447 --> @nZeus commented on GitHub (Sep 26, 2023): Oh, thank you @ctcac00, this fixed the issue!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#937
No description provided.