Skip to content

Merge branch 'main' of https://github.com/charely6/Charely6OpenScad i… #29

Merge branch 'main' of https://github.com/charely6/Charely6OpenScad i…

Merge branch 'main' of https://github.com/charely6/Charely6OpenScad i… #29

Workflow file for this run

name: stlBuilder
on: push
jobs:
cableHolder:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: actions/checkout@v3
- name: Build stl files
uses: eXpire163/openscad-actions@main
with:
scad_file: ./
output_file: ./stls/
target_format_for_bulk: stl
- name: Build png files
uses: eXpire163/openscad-actions@main
with:
scad_file: ./
output_file: ./pngs/
target_format_for_bulk: png
- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
add: './stls/*.stl'
add: './pngs/*.png'

Check failure on line 25 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / stlBuilder

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 25, Col: 9): 'add' is already defined