From 3c322f6388a94d56521131fc7cfee422379aebd6 Mon Sep 17 00:00:00 2001 From: Adam Burgess Date: Tue, 4 Jun 2024 22:24:55 +1000 Subject: [PATCH] x --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index d5c4ce0..e41a5d1 100644 --- a/action.yml +++ b/action.yml @@ -9,6 +9,7 @@ inputs: The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch. + default: ${{ github.ref }} token: description: > Personal access token (PAT) used to fetch the repository. The PAT is configured @@ -22,6 +23,8 @@ inputs: [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) default: ${{ github.token }} + server: + default: ${{ github.server_url }} runs: using: 'docker' image: 'docker://aburgess/checkout:latest'