Skip to content

Commit

Permalink
Update to use github output
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewgdewar committed Oct 2, 2023
1 parent fc78d05 commit b0c2d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Read .nvmrc
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
run: echo "NVMRC=$(cat .nvmrc)" >> "$GITHUB_OUTPUT"
id: nvm

- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/content-sources-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Read .nvmrc
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
run: echo "NVMRC=$(cat .nvmrc)" >> "$GITHUB_OUTPUT"
id: nvm

- name: Checkout repository
Expand Down

0 comments on commit b0c2d62

Please sign in to comment.