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 9de9903 commit 363ce99
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,10 @@ jobs:
elif [ "$COMMIT" = failure ]; then
gh issue comment ${{ github.event.issue.number }} --body ":x: An internal error occured while commiting the changes:
\`\`\`${context.env.COMMIT_LOGS}\`\`\`"
\`\`\`$COMMIT_LOGS\`\`\`"
else
gh issue comment ${{ github.event.issue.number }} --body ':x: An internal error occured.'
fi
env:
GH_TOKEN: ${{ github.token }}
- name: Comment on PR
run: |
gh pr comment ${{ github.event.issue.number }} --body "πŸŽ‰ Updated \`$PROP\` successfully πŸ‘"
env:
CHANGE: ${{ steps.change.conclusion }}
CHLOGS: ${{ env.CHANGE_LOGS }}
Expand All @@ -127,6 +122,11 @@ jobs:
COMMIT_LOGS: ${{ env.COMMIT_LOGS }}
PROP: ${{ steps.extractcmd.outputs.prop }}
GH_TOKEN: ${{ github.token }}
- name: Comment on PR
run: |
gh pr comment ${{ github.event.issue.number }} --body "πŸŽ‰ Updated \`$PROP\` successfully πŸ‘"
env:
GH_TOKEN: ${{ github.token }}
update-theme-help:
if: ${{ github.event.issue.pull_request && contains(github.event.issue.labels.*.name, 'new theme') && contains(github.event.comment.body, '!help update-theme') }}
runs-on: ubuntu-latest
Expand Down

1 comment on commit 363ce99

@vercel
Copy link

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

Please sign in to comment.