Questions tagged [nektos-act]
4 questions
2
votes
1 answer
Running Github Action locally with vars context using nektos/act
I'm trying to run a Github Action locally with nektos/act. I have Docker setup and everything works fine until I reference a Github variable (not a secret). Then I get the following error:
Unable to interpolate expression 'format('{0}',…

user2966445
- 1,267
- 16
- 39
1
vote
2 answers
Warning: You are using Apple M1 chip and you have not specified container architecture, you might encounter issues while running act
I'm trying to setup nektos/act locally so I can test my github workflows. When I run act -l I'm receving the follow working.
⚠ You are using Apple M1 chip and you have not specified container architecture, you might encounter issues while running…

Ricardo Rocha
- 14,612
- 20
- 74
- 130
0
votes
1 answer
GitHub Actions CodeQL init action failed Not Found
I am trying to configure CodeQL scanning on my repo. For that purpose I am using the template provided by GitHub:
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to…

delucaezequiel
- 483
- 2
- 9
- 26
0
votes
0 answers
How to use Nektos act on windows with Docker
For whatever reason when I try to run the command act I get the following error:
←[33m[GitHub Actions Demo/Explore-GitHub-Actions] ←[0m Start image=catthehacker/ubuntu:act-latest ←[33m[GitHub Actions Demo/Explore-GitHub-Actions] ←[0m docker pull…

Robert
- 176
- 1
- 12