Skip to content

Commit a63e44b

Browse files
Copilotpelikhan
andcommitted
Fix timestamp check to use workflow filename instead of workflow name
The check_workflow_timestamp.cjs script was using GITHUB_WORKFLOW which contains the workflow name (e.g., "Dev") instead of the workflow filename. This caused it to try reading the wrong file. Fixed by: - Adding lockFilename parameter to buildActivationJob() - Passing the lock filename as GH_AW_WORKFLOW_FILE environment variable - Updated JavaScript to use GH_AW_WORKFLOW_FILE instead of GITHUB_WORKFLOW - Added quotes around the filename value to handle special characters - Updated tests to use the new environment variable Co-authored-by: pelikhan <[email protected]>
1 parent 434893b commit a63e44b

File tree

69 files changed

+961
-824
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+961
-824
lines changed

.github/workflows/artifacts-summary.lock.yml

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/audit-workflows.lock.yml

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/blog-auditor.lock.yml

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/brave.lock.yml

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)