Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Fix version error in pingdiscordbots.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
katorly authored Feb 15, 2024
1 parent fcfdd4e commit b87b6d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pingdiscordbots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: Update this repo's README with recent activity
name: Keep AI Bots developed by Katorly Lab alive on Discord

steps:
- uses: actions/[email protected]
- name: Ping AI chat bots on Katorly Lab Discord
uses: cl8dep/action-discord@v0
uses: cl8dep/action-discord@v0.1
with:
webhook: ${{ secrets.DISCORD_KEEPALIVE_WEBHOOK }}
message: '@UltimateGPT#6241 Hello! @ImageryGG#1032 Hi!'
# Prevent workflow from being disabled after 60 days of inactivity of the current repository.
- name: Keep Github workflow alive
uses: gautamkrishnar/keepalive-workflow@v1
uses: gautamkrishnar/keepalive-workflow@v1

0 comments on commit b87b6d0

Please sign in to comment.