Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marxeille committed Feb 3, 2025
1 parent e53f6e0 commit 003f524
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/release-code-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,19 @@ jobs:
yarn code-push-android --token ${{ secrets.CODEPUSH_TOKEN }} --description "${{ github.event.head_commit.message }}"
yarn code-push-ios --token ${{ secrets.CODEPUSH_TOKEN }} --description "${{ github.event.head_commit.message }}"
# - name: Send discord message
# uses: appleboy/discord-action@master
# with:
# webhook_id: ${{ secrets.DISCORD_MOBILE_WEBHOOK_ID }}
# webhook_token: ${{ secrets.DISCORD_MOBILE_WEBHOOK_TOKEN }}
# username: "GitBot"
# message: Code pushed success! Comment=${{ github.event.head_commit.message }}
- name: Send discord message
uses: appleboy/discord-action@master
with:
webhook_id: ${{ secrets.DISCORD_MOBILE_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_MOBILE_WEBHOOK_TOKEN }}
username: "GitBot"
message: Code pushed successfully! head_commit=${{ github.event.head_commit.message }}

# - name: Send discord message
# if: ${{ failure() }}
# uses: appleboy/discord-action@master
# with:
# webhook_id: ${{ secrets.DISCORD_MOBILE_WEBHOOK_ID }}
# webhook_token: ${{ secrets.DISCORD_MOBILE_WEBHOOK_TOKEN }}
# username: "GitBot"
# message: Code pushed fail ${{ github.job }} job in worflow ${{ github.workflow }} of ${{ github.repository }} has ${{ job.status }}
- name: Send discord message
if: ${{ failure() }}
uses: appleboy/discord-action@master
with:
webhook_id: ${{ secrets.DISCORD_MOBILE_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_MOBILE_WEBHOOK_TOKEN }}
username: "GitBot"
message: Code pushed fail ${{ github.job }} job in worflow ${{ github.workflow }} of ${{ github.repository }} has ${{ job.status }}
2 changes: 1 addition & 1 deletion .github/workflows/release-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
username: "GitBot"
message: Extension released successe! comment=${{ github.event.head_commit.message }}
message: Extension released successfully! head_commit=${{ github.event.head_commit.message }}

- name: Send discord message
if: ${{ failure() }}
Expand Down

0 comments on commit 003f524

Please sign in to comment.