From b96bd2bd8848ad00c9c92d223e6addbbb46a7073 Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Sun, 11 Feb 2024 18:49:22 +0100 Subject: [PATCH] manually fixing --- action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 15372f5..8b9571a 100644 --- a/action.yml +++ b/action.yml @@ -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