Skip to content

Commit

Permalink
Merge pull request #20 from SuperViz/ci/configuration
Browse files Browse the repository at this point in the history
ci: remove check change
  • Loading branch information
aquino-mael authored Oct 22, 2024
2 parents 598632b + 02612f7 commit c01a876
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/socket-client.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}

- name: Check if has any changes
id: format_changed
run: echo "formatting_changed=$(test -n "$(git status --porcelain)" && echo true || echo false)" >> $GITHUB_ENV

- name: Commit changes
if: steps.format_changed.outputs.formatting_changed == 'true'
run: |
git add .
git commit -m "chore(release): update package versions [skip ci]" || echo "No changes to commit"
Expand Down

0 comments on commit c01a876

Please sign in to comment.