You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🩹 [Patch]: Add nightly run to validate that functionality still works (#3)
## Description
This pull request includes changes to the GitHub Actions workflow
configuration and a minor update to the action script path format.
Changes to GitHub Actions workflow configuration:
*
[`.github/workflows/Action-Test.yml`](diffhunk://#diff-a12ae5c885b0673c0ff6f70c2670886907590d624626e07da4c52e01aeaf56a4L5-R9):
Added `workflow_dispatch` and `schedule` triggers to the workflow
configuration to allow manual triggering and scheduled runs.
Updates to action script path format:
*
[`action.yml`](diffhunk://#diff-1243c5424efaaa19bd8e813c5e6f6da46316e63761421b3e5f5c8ced9a36e6b6L29-R29):
Updated the script path format from
`"$env:GITHUB_ACTION_PATH\scripts\main.ps1"` to `"${{ github.action_path
}}\scripts\main.ps1"`.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] ⚠️ [Security fix]
- [ ] 🚀 [Feature]
- [ ] 🌟 [Breaking change]
## Checklist
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
0 commit comments