Skip to content

Commit

Permalink
fixed some merge error
Browse files Browse the repository at this point in the history
Signed-off-by: Jiafu Zhang <[email protected]>
  • Loading branch information
jiafuzha committed Dec 27, 2023
1 parent 8db74ec commit 91df9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_finetune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v2

- name: Load environment variables
run: cat ${{ vars.ACTIONS_RUNNER_CONFIG_PATH }}/.env >> $GITHUB_ENV
run: cat /root/actions-runner-config/.env >> $GITHUB_ENV

- name: Build Docker Image
run: |
Expand Down

0 comments on commit 91df9e9

Please sign in to comment.