Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lthiery committed Jan 31, 2024
1 parent da8f4b4 commit 8378484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/idl-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
TAG=$(.github/scripts/idl-update.sh ${{ matrix.program }})
echo "$TAG"
echo "tag: ${TAG}"
echo "TAG=${TAG}" >> "$GITHUB_ENV"
# creates a pull request with the updated idl
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
if: env.TAG != ''
if: env.TAG != 'No updates found.'
with:
commit-message: update idl ${{ env.TAG }}
title: ${{ env.TAG }} IDL
Expand Down

0 comments on commit 8378484

Please sign in to comment.