Commit a63e44b
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- .github/workflows
- pkg/workflow
- js
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 changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments