Skip to content

Commit

Permalink
Merge pull request #228 from regulaforensics/fix/SP-19891-trg
Browse files Browse the repository at this point in the history
fix synt. add EOF, condition if
  • Loading branch information
PavelSinelnik authored Dec 17, 2024
2 parents 911f069 + 6ab9c1d commit 98e8e52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
echo "fmt_title=${{ github.event.inputs.title }}" >> "$GITHUB_OUTPUT"
else
echo ${{ toJSON(github.event) }}
fi
update-js-client:
needs: title
Expand Down Expand Up @@ -178,4 +179,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 98e8e52

Please sign in to comment.