Skip to content

Commit

Permalink
ci(update-data): improve step names (#17232)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Aug 17, 2022
1 parent 768e06c commit 7a22337
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-data.yml
Expand Up @@ -23,16 +23,16 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
cache: yarn

- name: Installing dependencies
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Update data
- name: Update static data
run: yarn run update-static-data

- name: prettify
- name: Run Prettier
run: yarn prettier-fix

- name: Create Pull Request
- name: Create pull request
uses: peter-evans/create-pull-request@20dac2ed4875a1a8422d233a68f69088637446df # tag=v4.1.0
with:
author: 'Renovate Bot <renovate@whitesourcesoftware.com>'
Expand Down

0 comments on commit 7a22337

Please sign in to comment.