We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f3d56 commit 0440849Copy full SHA for 0440849
.github/workflows/fig2sketch.yaml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
git config user.name "${GITHUB_ACTOR}"
22
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
23
- - uses: italia/figma-to-sketch-action@v1.0.0 # https://github.com/italia/figma-to-sketch-action
+ - uses: italia/figma-to-sketch-action@v1.1.0 # https://github.com/italia/figma-to-sketch-action
24
with:
25
files: 'UI-Kit-Italia.fig' # File di input .fig (Figma) separati da `|`
26
output_files: 'UI-Kit-Italia.sketch' # File di output .sketch (Sketch) risultanti separati da `|`
@@ -30,4 +30,4 @@ jobs:
30
token: ${{ secrets.GITHUB_TOKEN }}
31
allowUpdates: true
32
makeLatest: true
33
- omitBodyDuringUpdate: true
+ omitBodyDuringUpdate: true
0 commit comments