Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
yongan-touch committed Jan 15, 2024
1 parent 8a96a17 commit f127dd1
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/actions/hello-world-action/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
jobs:
my_first_job:
steps:
- name: Setup node v14
uses: actions/setup-node@v3
with:
node-version: '14'
name: Setup node v14
description: Setup node v14 to test custom action
runs:
using: 'composite'
steps:
- name: Setup node v14
uses: actions/setup-node@v3
with:
node-version: '14'

0 comments on commit f127dd1

Please sign in to comment.