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 39825d0 commit dc7179e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ jobs:
if: ${{ failure() }}
run: |
if [ "$CHANGE" = failure ]; then
gh issue comment ${{ github.event.issue.number }} --body '❌ An error occured while doing the change:'
gh issue comment ${{ github.event.issue.number }} --body '❌ An error occured while doing the change.'
elif [ "$GITCONFIG" = failure ]; then
gh issue comment ${{ github.event.issue.number }} --body '❌ An internal error occured while configuring Git:'
gh issue comment ${{ github.event.issue.number }} --body '❌ An internal error occured while configuring Git.'
elif [ "$COMMIT" = failure ]; then
gh issue comment ${{ github.event.issue.number }} --body '❌ An internal error occured while commiting the changes:'
gh issue comment ${{ github.event.issue.number }} --body '❌ An internal error occured while commiting the changes.'
else
gh issue comment ${{ github.event.issue.number }} --body '❌ An internal error occured.'
fi
Expand Down

1 comment on commit dc7179e

@vercel
Copy link

@vercel vercel bot commented on dc7179e 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-git-master-romw314.vercel.app
chess-no-25-docs.vercel.app
chess-no-25-docs-romw314.vercel.app

Please sign in to comment.