Skip to content

Commit

Permalink
Updated board release workflow for test purposes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Sep 10, 2024
1 parent 72ac1ea commit 2de16b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/boardRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ jobs:
echo "Pull request number is $PR_NUMBER"
echo "pull_request_number=$PR_NUMBER" >> $GITHUB_OUTPUT
# # Automatically approve PR
# - name: Approve Pull Request
# run: |
# Automatically approve PR
- name: Approve Pull Request
run: |
echo "PR NUMBER IS: ${{ steps.create_pr.outputs.pull_request_number }}"
# curl -X POST \
# -H "Authorization: token ${{ secrets.MIKROE_ACTIONS_KEY }}" \
# -H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit 2de16b9

Please sign in to comment.