Skip to content

Commit

Permalink
fix(ci): typo in preempt_swift_slot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijie-yang committed Jun 27, 2024
1 parent d9f2f73 commit 3a466b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
DATA_DIR: "revision-data"
run: |
for revision_file in `ls ${{ env.DATA_DIR }}`; do
./src/uploads/preempt_swift_slots.sh \
./src/uploads/preempt_swift_slot.sh \
${{ env.IMAGE_NAME }} \
$(jq -r '.track' < ${{ env.DATA_DIR }}/$revision_file) \
$revision_file
Expand Down

0 comments on commit 3a466b4

Please sign in to comment.