Skip to content

Release design-ui-kit #37

Release design-ui-kit

Release design-ui-kit #37

Workflow file for this run

on:
workflow_dispatch:
push:
branches: [main]
paths: '*.fig'
jobs:
fig2sketch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: italia/[email protected]
with:
files: 'UI-Kit-Italia.fig'
output_files: 'UI-Kit-Italia.sketch'
- uses: EndBug/add-and-commit@v9
with:
author_name: Bot
author_email: [email protected]
message: 🤖 update converted Sketch file
# Pull before committing, so that HEAD is updated if there
# have been any commits while the converter was running.
#
# `true` would be more elegant once https://github.com/EndBug/add-and-commit/issues/498
# is fixed
pull: " "