Skip to content

Commit

Permalink
manually fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
someara committed Feb 11, 2024
1 parent ff3abd8 commit b96bd2b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ runs:
using: 'composite'
steps:
- name: zerotier
uses: ./util/post
uses: zerotier/github-action/util/post@main
env:
API_URL: ${{ inputs.api_url }}
AUTH_TOKEN: ${{ inputs.auth_token }}
NETWORK_ID: ${{ inputs.network_id }}
with:
main: ./main.sh
post: ./post.sh

0 comments on commit b96bd2b

Please sign in to comment.