Skip to content

Commit e5bd9bf

Browse files
authored
Fix deploy command in bot-bot.yml
1 parent 99dc68d commit e5bd9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bot-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
pushd cf-graph
9191
9292
export RUN_URL="https://github.com/regro/cf-scripts/actions/runs/${RUN_ID}"
93-
conda-forge-tick deploy-to-github --git-only --dirs-to-ignore=pr_json
93+
conda-forge-tick deploy-to-github --dirs-to-ignore=pr_json
9494
env:
9595
BOT_TOKEN: ${{ secrets.AUTOTICK_BOT_TOKEN }}
9696
RUN_ID: ${{ github.run_id }}

0 commit comments

Comments
 (0)