We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have this error when I try to run act in example repo:
act
Error: Error response from daemon: client version 1.39 is too new. Maximum supported API version is 1.38
OS: Ubuntu 18.04 Docker: Docker version 18.06.1-ce, build e68fc7a
Docker version 18.06.1-ce, build e68fc7a
The text was updated successfully, but these errors were encountered:
cbab149
Support uses http(s)://host/owner/repo as actions (nektos#14)
dca7801
Examples: ```yaml jobs: my_first_job: steps: - name: My first step uses: https://gitea.com/actions/heroku@main - name: My second step uses: http://example.com/actions/heroku@v2.0.1 ``` Reviewed-on: https://gitea.com/gitea/act/pulls/14 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Jason Song <i@wolfogre.com> Co-committed-by: Jason Song <i@wolfogre.com>
No branches or pull requests
I have this error when I try to run
act
in example repo:OS: Ubuntu 18.04
Docker:
Docker version 18.06.1-ce, build e68fc7a
The text was updated successfully, but these errors were encountered: