2021-02-08 11:15:51 -06:00
|
|
|
---
|
|
|
|
name: Issue
|
|
|
|
about: Use this template for reporting a bug/issue.
|
2021-05-03 11:52:03 -05:00
|
|
|
title: "Issue: <shortly describe issue>"
|
2021-02-08 11:15:51 -06:00
|
|
|
labels: kind/bug
|
|
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
|
|
|
|
<!--
|
2021-05-03 11:52:03 -05:00
|
|
|
- Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases)
|
|
|
|
- Search the existing issues.
|
|
|
|
- Refer to [README](https://github.com/nektos/act/blob/master/README.md).
|
2021-02-08 11:15:51 -06:00
|
|
|
-->
|
|
|
|
|
|
|
|
## Act version
|
|
|
|
|
2021-05-03 11:52:03 -05:00
|
|
|
<!--
|
|
|
|
- Paste output of `act --version` inside the code block below
|
|
|
|
- If you've built `act` yourself, please provide commit hash
|
|
|
|
-->
|
2021-02-08 11:15:51 -06:00
|
|
|
|
|
|
|
```none
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
## Expected behaviour
|
|
|
|
|
2021-05-03 11:52:03 -05:00
|
|
|
<!--
|
|
|
|
- Describe how whole process should go and finish
|
|
|
|
-->
|
2021-02-08 11:15:51 -06:00
|
|
|
|
|
|
|
## Actual behaviour
|
|
|
|
|
2021-05-03 11:52:03 -05:00
|
|
|
<!--
|
|
|
|
- Describe the issue
|
|
|
|
-->
|
2021-02-08 11:15:51 -06:00
|
|
|
|
|
|
|
## Workflow and/or repository
|
|
|
|
|
2021-05-03 11:52:03 -05:00
|
|
|
<!--
|
|
|
|
- Provide workflow with which we can reproduce the issue
|
|
|
|
OR
|
|
|
|
- Provide link to your GitHub repository that contains the workflow
|
|
|
|
|
2021-02-08 11:15:51 -06:00
|
|
|
<details>
|
|
|
|
<summary>workflow</summary>
|
|
|
|
|
|
|
|
```none
|
|
|
|
name: example workflow
|
|
|
|
|
|
|
|
on: [push]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
[...]
|
|
|
|
```
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
|
## Steps to reproduce
|
|
|
|
|
|
|
|
<!--
|
2021-05-03 11:52:03 -05:00
|
|
|
- Make sure to include full command with parameters you used to run `act`, example:
|
|
|
|
1. Clone example repo (https://github.com/cplee/github-actions-demo)
|
|
|
|
2. Enter cloned repo directory
|
|
|
|
3. Run `act -s SUPER_SECRET=im-a-value`
|
2021-02-08 11:15:51 -06:00
|
|
|
-->
|
|
|
|
|
|
|
|
## `act` output
|
|
|
|
|
2021-05-03 11:52:03 -05:00
|
|
|
<!--
|
|
|
|
- Use `act` with `-v`/`--verbose` and paste output from your terminal in code block below
|
|
|
|
-->
|
2021-02-08 11:15:51 -06:00
|
|
|
|
|
|
|
<details>
|
|
|
|
<summary>Log</summary>
|
|
|
|
|
|
|
|
```none
|
2021-05-03 11:52:03 -05:00
|
|
|
PASTE YOUR LOG HERE
|
2021-02-08 11:15:51 -06:00
|
|
|
```
|
|
|
|
|
|
|
|
</details>
|