Skip to content

[esa] Update post.

[esa] Update post. #18

Workflow file for this run

name: Download Images
on:
push:
branches: 'main'
permissions:
contents: write
pages: write
id-token: write
jobs:
# Download Images
download-img:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: script/*.md
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: yarn install
- name: Run Download
env:
COMMIT_ID: ${{ github.sha }}
run: yarn download
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'downloaded'