Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev committed Aug 22, 2024
1 parent cd99666 commit 1a01e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api_set_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Set output value
id: status
run: |
echo "api_status=$(cat api_status.json | jq .status)" >> $GITHUB_OUTPUT
echo "pr_number=$(cat api_status.json | jq .pr_number)" >> $GITHUB_OUTPUT
echo "api_status=$(cat api_status.json | jq -r .status)" >> $GITHUB_OUTPUT
echo "pr_number=$(cat api_status.json | jq -r .pr_number)" >> $GITHUB_OUTPUT
- name: Print api_status
run: echo ${{ steps.status.outputs.api_status }} ${{ steps.status.outputs.pr_number }} ${{ steps.status.outputs.api_status == 'add' }}
Expand Down

0 comments on commit 1a01e2d

Please sign in to comment.