Skip to content

Update pypa/gh-action-pypi-publish digest to a712d98 #261

Update pypa/gh-action-pypi-publish digest to a712d98

Update pypa/gh-action-pypi-publish digest to a712d98 #261

- name: action-build-zip
uses: byteever/action-build-zip@1

Check failure on line 3 in .github/workflows/action-build-zip.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/action-build-zip.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
name: Create Zip File
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Generate ZIP
uses: byteever/action-build-zip@master
with:
filename: 'release.zip'
name: "action-build-zip"
author: "byteever"
description: "This GitHub action exposes the zip command for use in building/archiving"
branding:
icon: folder-plus
color: gray-dark
runs:
using: "docker"
image: "Dockerfile"
outputs:
path:
description: 'Build path'
zip_path:
description: 'Zip file path'
inputs:
filename:
description: "See byteever/action-zip README.md for more info"
required: false