Skip to content

Commit

Permalink
better descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
ewei068 committed Sep 28, 2024
1 parent fdafa40 commit 0d777cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discord-webook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "EMBED_COLOR=2067276" >> $GITHUB_ENV
echo "THUMBNAIL_URL=https://raw.githubusercontent.com/ewei068/pokestar/refs/heads/main/media/images/misc/pikachu-pull.jpg" >> $GITHUB_ENV
else
echo "EMBED_TITLE=Triggered by Push to branch: ${{ github.head_ref || github.ref_name }} " >> $GITHUB_ENV
echo "EMBED_TITLE=Push made to branch: ${{ github.head_ref || github.ref_name }} " >> $GITHUB_ENV
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
Expand Down

0 comments on commit 0d777cf

Please sign in to comment.