mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-09 04:37:38 +00:00
- Major refactor of project structure and workflows - Replaced legacy scripts and commands with new Go implementation - Updated and added CI/CD workflows - Added new configuration and linting files - Removed deprecated files and test logs - Updated documentation and action metadata This is an initial, non-working draft for v2.0. Further testing and fixes required.
1.2 KiB
1.2 KiB
name | about | title | labels | assignees |
---|---|---|---|---|
Bug Report | Create a report to help us improve or fix the action | [BUG] | bug | awalsh128 |
Note
: Please read about the limitation of non-file dependencies before filing an issue.
Description
A clear and concise description of what the bug is.
Steps to Reproduce
1. Workflow Configuration
# Replace with your workflow
2. Package List
# List your packages here
3. Environment Details
- Runner OS: [e.g., Ubuntu 22.04]
- Action version: [e.g., v2.0.0]
Expected Behavior
A clear and concise description of what you expected to happen.
Actual Behavior
What actually happened? Please include:
- Error messages
- Action logs
- Cache status (hit/miss)
Debug Information
If possible, please run the action with debug mode enabled:
with:
debug: true
And provide the debug output.
Additional Context
- Are you using any specific package versions?
- Are there any special package configurations?
- Does the issue happen consistently or intermittently?
- Have you tried clearing the cache and retrying?