Skip to content

Commit

Permalink
testing the ci telegram bot
Browse files Browse the repository at this point in the history
  • Loading branch information
giladAlboher committed Mar 5, 2024
1 parent 161f53d commit 09846f2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/telegram-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Select random photo
id: random_photo
run: |
PHOTO=$(ls tests/*.webp | shuf -n 1)
PHOTO=$(ls tests/*.* | shuf -n 1)
echo "::set-output name=photo::$PHOTO"
shell: bash

Expand Down
Binary file added tests/download (1).jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/download.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/images (1).jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/images.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 09846f2

Please sign in to comment.