Skip to content

Commit

Permalink
teste
Browse files Browse the repository at this point in the history
  • Loading branch information
flavin27 committed Dec 29, 2023
1 parent b73b9c9 commit c9f6889
Show file tree
Hide file tree
Showing 48 changed files with 230 additions and 6,309 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/run-bot-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,21 @@ jobs:
envkey_ACCESS_TOKEN: ${{secrets.ACCESS_TOKEN}}
envkey_ACCESS_TOKEN_SECRET: ${{secrets.ACCESS_TOKEN_SECRET}}
file_name: .env

- name: Clear Composer Cache
run: composer clear-cache

- name: Update Composer
run: composer self-update

- name: Remove Composer Files
run: |
rm -rf vendor
rm -f composer.lock
- name: Install Composer Dependencies
run: composer install --ignore-platform-reqs

- name: Run php script
run: php main.php

1 change: 0 additions & 1 deletion .idea/bot-bandejao-uerj-v2.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c9f6889

Please sign in to comment.