Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny096317 authored Jan 25, 2024
1 parent 3a74a0a commit a9da184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run script file
run: |
la -al
ls -al
sourcefile=".github/source.json"
array_length=$(jq '. | length' $sourcefile)
for ((i = 0; i < $array_length; i++)); do
Expand Down

0 comments on commit a9da184

Please sign in to comment.