mirror of
https://github.com/zerotier/github-action.git
synced 2026-05-22 16:27:40 -07:00
Merge branch 'main' into move-bash-script-to-separate-files
This commit is contained in:
+1
-5
@@ -23,11 +23,7 @@ runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: zerotier
|
||||
uses: zerotier/github-action/util/post@main
|
||||
env:
|
||||
API_URL: ${{ inputs.api_url }}
|
||||
AUTH_TOKEN: ${{ inputs.auth_token }}
|
||||
NETWORK_ID: ${{ inputs.network_id }}
|
||||
uses: ./util/post
|
||||
with:
|
||||
main: ./main.sh
|
||||
post: ./post.sh
|
||||
|
||||
Reference in New Issue
Block a user