Skip to content

Commit

Permalink
dear github: let me test actions locally
Browse files Browse the repository at this point in the history
  • Loading branch information
ewei068 committed Sep 28, 2024
1 parent a2e18ac commit 8ff5dfa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/discord-webook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL }}

- name: Checkout repository
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0 # Fetch all history for all branches

steps:
- name: Get embed details
id: embed_details
run: |
Expand All @@ -37,6 +37,7 @@ jobs:
echo "EMBED_COLOR=7419530" >> $GITHUB_ENV
echo "THUMBNAIL_URL=https://raw.githubusercontent.com/ewei068/pokestar/refs/heads/main/media/images/misc/pikachu-push.jpg" >> $GITHUB_ENV
fi
- name: Debug Log
env:
DISCORD_EMBEDS: '[{
Expand Down

0 comments on commit 8ff5dfa

Please sign in to comment.