Skip to content

Commit

Permalink
feat: set config
Browse files Browse the repository at this point in the history
  • Loading branch information
zetareticoli committed Feb 14, 2024
1 parent a6be1fd commit 023076f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fig2sketch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: actions/checkout@v3
- uses: italia/figma-to-sketch-action@v1.0.0 # https://github.com/italia/figma-to-sketch-action
with:
files: 'file-da-sostituire.fig' # File di input .fig (Figma) separati da `|`
output_files: 'file-da-sostituire.sketch' # File di output .sketch (Sketch) risultanti separati da `|`
files: 'Comuni - Modello sito e servizi.fig|Comuni - Libreria componenti.fig' # File di input .fig (Figma) separati da `|`
output_files: 'Comuni - Modello sito e servizi.sketch|Comuni - Libreria componenti.sketch' # File di output .sketch (Sketch) risultanti separati da `|`
- uses: EndBug/add-and-commit@v9
with:
author_name: Bot
Expand Down

0 comments on commit 023076f

Please sign in to comment.