We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d7991 commit 2cd46acCopy full SHA for 2cd46ac
action.yml
@@ -143,8 +143,7 @@ runs:
143
# copy os userpatches and custom
144
mkdir -pv build/userpatches
145
rsync -av os/userpatches/. build/userpatches/
146
- #[[ -d custom/userpatches ]] &&
147
- rsync -av custom/userpatches/. build/userpatches/
+ [[ -d custom/userpatches ]] && rsync -av custom/userpatches/. build/userpatches/
148
149
- shell: bash
150
run: |
0 commit comments