Skip to content

Commit

Permalink
set exact version
Browse files Browse the repository at this point in the history
  • Loading branch information
maximtop committed May 13, 2024
1 parent ddd893b commit 7e3c81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/GitHubActionsRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export class GitHubActionsRunner {
syncSecrets,
version,
}: RunActionOptions): Promise<void> {
logger.info(`github-actions-runner version: ${version}`);
logger.info(`Version: ${version}`);
logger.info(`Starting action for repository "${this.owner}/${this.repo}"`);
logger.info(`Workflow: "${workflow}"`);
logger.info(`Revision: "${rev}"`);
Expand Down

0 comments on commit 7e3c81c

Please sign in to comment.