Skip to content

Commit

Permalink
Update commands.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romw314 authored Dec 8, 2023
1 parent cfd989b commit 9a0f2bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,19 +99,19 @@ jobs:
if: ${{ failure() }}
run: |
if [ "$CHANGE" = failure ]; then
gh issue comment ${{ github.event.issue.number }} ":x: An error occured while doing the change:
gh issue comment ${{ github.event.issue.number }} --body ":x: An error occured while doing the change:
\`\`\`$CHLOGS\`\`\`"
elif [ "$GITCONFIG" = failure ]; then
gh issue comment ${{ github.event.issue.number }} ":x: An internal error occured while configuring Git:
gh issue comment ${{ github.event.issue.number }} --body ":x: An internal error occured while configuring Git:
\`\`\`$GCLOGS\`\`\`"
elif [ "$COMMIT" = failure ]; then
gh issue comment ${{ github.event.issue.number }} ":x: An internal error occured while commiting the changes:
gh issue comment ${{ github.event.issue.number }} --body ":x: An internal error occured while commiting the changes:
\`\`\`${context.env.COMMIT_LOGS}\`\`\`"
else
gh issue comment ${{ github.event.issue.number }} ':x: An internal error occured.'
gh issue comment ${{ github.event.issue.number }} --body ':x: An internal error occured.'
fi
env:
GH_TOKEN: ${{ github.token }}
Expand Down

1 comment on commit 9a0f2bb

@vercel
Copy link

@vercel vercel bot commented on 9a0f2bb Dec 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chess-no-25-docs – ./

chess-no-25-docs.vercel.app
chess-no-25-docs-git-master-romw314.vercel.app
chess-no-25-docs-romw314.vercel.app

Please sign in to comment.