From e11831c21d3690a2169477116c95854aa2da6f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Kri=C5=BEi=C4=87?= Date: Fri, 24 May 2024 10:24:31 +0200 Subject: [PATCH] Preparation for v0.9.1 --- action.yaml | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 1d510c0..bf7d7da 100644 --- a/action.yaml +++ b/action.yaml @@ -30,7 +30,7 @@ inputs: required: true runs: using: 'docker' - image: 'docker://ghcr.io/prodyna/sync-enterprise:v1.0.0' + image: 'docker://ghcr.io/prodyna/sync-enterprise:v0.9.1 env: GITHUB_TOKEN: ${{ inputs.github-token }} GITHUB_ENTERPRISE: ${{ inputs.github-enterprise }} diff --git a/main.go b/main.go index 72d447c..55762f5 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ func main() { slog.Error("Unable to create config", "error", err) os.Exit(1) } - slog.Info("Starting [Delete from enterprise]", "version", meta.Version) + slog.Info("Starting Sync Enterprise", "version", meta.Version) slog.Info("Configuration", "githubEnterprise", c.GitHub.Enterprise, "githubToken", "***",