Skip to content

Commit

Permalink
Update ophub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
631894570 authored Nov 27, 2023
1 parent d4bcfb0 commit 406371c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ophub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ on:
- yccz

env:
FEEDS_CONF: config/${{ inputs.source_branch }}/feeds.conf.default
CONFIG_FILE: config/${{ inputs.source_branch }}/config
DIY_P1_SH: config/${{ inputs.source_branch }}/diy-part1.sh
DIY_P2_SH: config/${{ inputs.source_branch }}/diy-part2.sh
FEEDS_CONF: ${{ inputs.source_branch }}/feeds.conf.default
CONFIG_FILE: ${{ inputs.source_branch }}/config
DIY_P1_SH: ${{ inputs.source_branch }}/diy-part1.sh
DIY_P2_SH: ${{ inputs.source_branch }}/diy-part2.sh
TZ: Asia/Shanghai

jobs:
Expand Down

0 comments on commit 406371c

Please sign in to comment.