Skip to content

Commit

Permalink
Merge pull request #544 from meshery/pull_before_autocommit
Browse files Browse the repository at this point in the history
[CI] Pull Changes Before auto-commit Action
  • Loading branch information
leecalcote authored Jul 29, 2024
2 parents fd9565f + 12eef9f commit c2fd59f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/error-codes-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
run: |
go run github.com/layer5io/meshkit/cmd/errorutil -d . update --skip-dirs meshery -i ./helpers -o ./helpers
- name: Pull changes from remote
run: git pull origin master

# to update errorutil* files in meshkit repo
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit c2fd59f

Please sign in to comment.