Skip to content

Commit

Permalink
feature - add icons to deployment steps
Browse files Browse the repository at this point in the history
  • Loading branch information
filgaia committed Jan 24, 2022
1 parent 06438b1 commit 7abea20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
- name: Checkout 🛎️
uses: actions/[email protected]

- name: Set node version
- name: Set node version 🏪
uses: actions/setup-node@v2
with:
node-version: '12'

- name: Create JSON
- name: Create JSON 🔖
id: create-json
uses: jsdaniell/[email protected]
with:
Expand Down

0 comments on commit 7abea20

Please sign in to comment.