Skip to content

Commit

Permalink
Preparation for v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed May 24, 2024
1 parent c02c481 commit e11831c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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", "***",
Expand Down

0 comments on commit e11831c

Please sign in to comment.