From 7b8e8b79f40a08a4bbc536066b5a93f770383cee Mon Sep 17 00:00:00 2001 From: Maxim Topciu Date: Sat, 27 Apr 2024 22:22:01 +0300 Subject: [PATCH] cleanup --- README.md | 2 +- bamboo-specs/example.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d7876d..e9134ab 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ managing pipelines. ## Installation -To get started with using `@adguard/github-actions-runner`, ensure that `Node.js` is installed on your system, then +To get started with using `@adguard/github-actions-runner`, ensure that Node.js is installed on your system, then install the package with one of the following methods: - Using pnpm: diff --git a/bamboo-specs/example.yaml b/bamboo-specs/example.yaml index b6d48a7..80fbca4 100644 --- a/bamboo-specs/example.yaml +++ b/bamboo-specs/example.yaml @@ -46,8 +46,6 @@ Test: # Combine stderr and stdout for consistent log output. exec 2>&1 - github-actions-runner -V - GITHUB_TOKEN=${bamboo.githubActionsRunnerPassword} github-actions-runner run-action \ --repo AdguardTeam/GithubActionsRunner \ --branch "${bamboo_planRepository_branchName}" \