This commit is contained in:
platane
2020-07-19 20:20:48 +02:00
parent ccbe4e530c
commit 9b05b7fdaa
3 changed files with 7 additions and 7 deletions

View File

@@ -11,11 +11,11 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1.4.2
with: with:
node-version: 14 node-version: 14
- uses: bahmutov/npm-install@v1 - uses: bahmutov/npm-install@v1.4.1
- run: yarn build:demo - run: yarn build:demo
env: env:

View File

@@ -9,11 +9,11 @@ jobs:
steps: steps:
# - run: sudo apt-get install gifsicle graphicsmagick # - run: sudo apt-get install gifsicle graphicsmagick
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1.4.2
with: with:
node-version: 14 node-version: 14
- uses: bahmutov/npm-install@v1 - uses: bahmutov/npm-install@v1.4.1
# - run: yarn type # - run: yarn type
# - run: yarn lint # - run: yarn lint

View File

@@ -9,9 +9,9 @@ outputs:
runs: runs:
using: "docker" using: "docker"
image: "Dockerfile" image: "Dockerfile"
args: # args:
- ${{ inputs.github_user_name }} # - ${{ inputs.github_user_name }}
- ${{ inputs.gif_out_path }} # - ${{ inputs.gif_out_path }}
inputs: inputs:
github_user_name: github_user_name: