-
Notifications
You must be signed in to change notification settings - Fork 8
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
Install seemingly fails quietly #29
Comments
Note: fails with both |
Also seems to be frustratingly inconsistent. I was initially able to get past the issue by downgrading to |
Thanks for reporting. I'm not super familiar with the internals of this action. Will try to take a look soon. |
Thanks @laduke. Apologies that I don't have more information, the crash seemingly doesn't produce logs.
|
@brennanwilkes I been using zerotier for my github actions consistent for months, zerotier install requires curl so make sure your runner has it. deploy:
runs-on: ubuntu-latest
steps:
- name: ZeroTier
uses: zerotier/[email protected]
with:
network_id: ${{ secrets.ZEROTIER_NETWORK_ID }}
auth_token: ${{ secrets.ZEROTIER_CENTRAL_TOKEN }}
``` |
Pretty simple,
I'm running:
and seeing the following output before experiencing a crash (with zero additional information)
The text was updated successfully, but these errors were encountered: