From f05361d6aef869b0010f9fdfc29fc5b3e8ceca68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Kri=C5=BEi=C4=87?= Date: Fri, 10 May 2024 18:41:30 +0200 Subject: [PATCH] Action 0.9.1 --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 1a70c5a..20d15a2 100644 --- a/action.yaml +++ b/action.yaml @@ -30,7 +30,7 @@ inputs: required: true runs: using: 'docker' - image: 'docker://ghcr.io/prodyna/delete-from-enterprise:v0.9' + image: 'docker://ghcr.io/prodyna/delete-from-enterprise:v0.9.1' env: GITHUB_TOKEN: ${{ inputs.github-token }} GITHUB_ENTERPRISE: ${{ inputs.github-enterprise }}