mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-09 12:47:11 +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.
64 lines
1.2 KiB
Markdown
64 lines
1.2 KiB
Markdown
---
|
|
name: Bug Report
|
|
about: Create a report to help us improve or fix the action
|
|
title: "[BUG] "
|
|
labels: bug
|
|
assignees: 'awalsh128'
|
|
|
|
---
|
|
|
|
> **Note**: Please read about the limitation of [non-file dependencies](https://github.com/awalsh128/cache-apt-pkgs-action/blob/master/README.md#non-file-dependencies) before filing an issue.
|
|
|
|
## Description
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
## Steps to Reproduce
|
|
|
|
### 1. Workflow Configuration
|
|
|
|
```yaml
|
|
# Replace with your workflow
|
|
```
|
|
|
|
### 2. Package List
|
|
|
|
```plaintext
|
|
# 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:
|
|
|
|
```yaml
|
|
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?
|