You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
[...]
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.
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
The text was updated successfully, but these errors were encountered: