Skip to content
New issue

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

Support MacOS #36

Open
YevhenHerasymenko opened this issue Sep 10, 2021 · 2 comments
Open

Support MacOS #36

YevhenHerasymenko opened this issue Sep 10, 2021 · 2 comments
Labels
question Further information is requested

Comments

@YevhenHerasymenko
Copy link

I tried to run your action on macOS machine but got error:
Error: Container action is only supported on Linux

Can you add support for macOS

@cpina cpina added the enhancement New feature or request label Dec 8, 2021
@cpina
Copy link
Owner

cpina commented Dec 8, 2021

Do you have a link to the repository with the logs for this?

@cpina cpina added question Further information is requested and removed enhancement New feature or request labels Dec 8, 2021
@Ismoh
Copy link

Ismoh commented Mar 31, 2022

Maybe this helps:

jobs:
  build:
    runs-on: macos-latest # use ubuntu-latest here and it works fine
    [...]
    - name: whatever you named it
    uses: cpina/github-action-push-to-another-repository@main
    env:
      API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
    with:
      [...]

image

macos-latest doesn't work for me as well, but ubuntu-latest works fine.
As long as you are able to change this @YevhenHerasymenko , it might help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants