Skip to content

Commit 582df28

Browse files
committed
ci: github: Update for deprecation of add-path
Github has deprecated add-path, so update the workflows that use it to the new method of setting the PATH. [Backport of fabf403] Signed-off-by: Kumar Gala <[email protected]>
1 parent 111f04a commit 582df28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Update PATH for west
1414
run: |
15-
echo "::add-path::$HOME/.local/bin"
15+
echo "$HOME/.local/bin" >> $GITHUB_PATH
1616
1717
- name: checkout
1818
uses: actions/checkout@v2

0 commit comments

Comments
 (0)