Skip to content

Commit

Permalink
Merge pull request #227 from regulaforensics/fix/SP-19891-trg
Browse files Browse the repository at this point in the history
gha. line to trigger updating clients
  • Loading branch information
PavelSinelnik authored Dec 17, 2024
2 parents c7bd191 + 97164a8 commit 01eb267
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
echo 'fmt_title<<EOF' >> $GITHUB_OUTPUT
echo "${{ github.event.head_commit.message }}" | head -n 1 >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
fi
update-js-client:
needs: title
Expand Down Expand Up @@ -181,4 +183,4 @@ jobs:
# git push --set-upstream origin ${GITHUB_SHA::8}
# gh pr create --fill --draft --base develop
# env:
# GITHUB_TOKEN: ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}

0 comments on commit 01eb267

Please sign in to comment.