mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-17 15:35:04 +00:00
28 lines
454 B
Markdown
28 lines
454 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Bug Description**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**My Action Config**
|
|
```yaml
|
|
on: push
|
|
name: Publish Website
|
|
jobs:
|
|
web-deploy:
|
|
name: 🚀 Deploy website every commit
|
|
# !!!!!!! TODO Fill Out !!!!!!!
|
|
```
|
|
|
|
**My Action Log**
|
|
```
|
|
# Paste Log here
|
|
# you may want enable verbose logging with log-level: verbose
|
|
```
|