Skip to content

Commit

Permalink
Change exec command: ./***.rb -> bundle exec ***.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Nov 17, 2023
1 parent adc780c commit 24af3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduler_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: 📊 Update dojo stats of Japan
run: |
./update_profile.rb
bundle exec ruby update_profile.rb
- name: 🆙 Update profile if updated
run: |
Expand Down

0 comments on commit 24af3d6

Please sign in to comment.