Skip to content

test

test #13

Workflow file for this run

name: stlBuilder
on: push
jobs:
cableHolder:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: actions/checkout@v4
- name: Build stl file
uses: flat35hd99/[email protected]
with:
scad_file: cableHolder.scad
output_file: stls/cableHolder.stl
- name: Upload stl file as artifact
uses: EndBug/add-and-commit@v9
with:
message :test

Check failure on line 17 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: 17, Col: 9): Unexpected value 'message :test'