Skip to content

Commit

Permalink
Update Move_issue_to_WitcherTPRG.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pushkinmazila authored Mar 31, 2024
1 parent 5c445f1 commit e396a60
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/Move_issue_to_WitcherTPRG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
BOARD_ID: 1 # Замените на реальный ID доски "Backlog"
run: |
views=$(curl -s -H "Authorization: token $GITHUB_TOKEN" "https://api.github.com/users/Pushkinmazila/projects/3/views/1" | jq)
echo "Views in board 'Backlog' (project 'WitcherTPRG'):"
echo "$views"
- name: Check for errors
if: steps.get_views.outcome == 'failure'
run: |
echo "{{ failure-message }}"
exit 1

0 comments on commit e396a60

Please sign in to comment.