Skip to content

Commit

Permalink
Its theme update as then priority.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne authored Mar 17, 2021
1 parent c1964ca commit e0021d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Logs
path: ${{ steps.test.outputs.logs }}
- name: Post UI Errors
if: github.event.client_payload.trac_priority === 'update' ## Only do it for updates for now.
if: github.event.client_payload.trac_priority === 'theme update' ## Only do it for updates for now.
run: |
curl --request POST \
--url 'https://wordpress.org/themes/wp-json/themes/v1/github/${{ github.event.client_payload.theme_slug }}/${{ github.event.client_payload.trac_ticket_id }}' \
Expand Down

0 comments on commit e0021d0

Please sign in to comment.