Skip to content

Commit

Permalink
Update immortalwrt-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiaoyu authored Oct 18, 2024
1 parent 05bdeb9 commit f4745e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/immortalwrt-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ jobs:
- name: Load custom feeds
run: |
[ -e ${{ env.FEEDS_CONF }} ] && mv ${{ env.FEEDS_CONF }} openwrt/feeds.conf.default
if [ -e $FEEDS_CONF ]; then
echo "Using custom feeds configuration from $FEEDS_CONF..."
mv $FEEDS_CONF openwrt/feeds.conf.default
fi
- name: Update & Install feeds
run: |
Expand Down

0 comments on commit f4745e1

Please sign in to comment.