Skip to content

Commit

Permalink
Remove obsolete debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Sep 9, 2024
1 parent 5c94fd3 commit e0573f1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/action-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,3 @@ jobs:
echo "Labels: " && echo '${{ steps.test-action.outputs.label-list }}'
echo "Bump-increment: " && echo '${{ steps.test-action.outputs.bump-increment }}'
# echo "Changelog: " && echo '${{ steps.test-action.outputs.changelog-markdown }}'
- name: Run action
id: second-test-action
uses: ynput/github-query@main
with:
repo: "ynput/ayon-addon-action-testing"
date: "2024-08-20T12:03:23Z"
query_parameters: "body,labels,title"

- name: Show results
run: |
echo "RAW-response: " && echo '${{ steps.test-action.outputs.raw-output }}'
echo "Labels: " && echo '${{ steps.test-action.outputs.label-list }}'
echo "Bump-increment: " && echo '${{ steps.test-action.outputs.bump-increment }}'
# echo "Changelog: " && echo '${{ steps.test-action.outputs.changelog-markdown }}'

0 comments on commit e0573f1

Please sign in to comment.