diff --git a/action.yml b/action.yml index c8eec51..47ef8fb 100644 --- a/action.yml +++ b/action.yml @@ -100,7 +100,9 @@ runs: - name: Install deploy shell: bash - run: uv tool install "git+https://github.com/trobz/deploy.py.git" + run: | + ref="${{ github.action_ref }}" + uv tool install "git+https://github.com/trobz/deploy.py.git${ref:+@$ref}" - name: Deploy shell: bash