Skip to content

Commit

Permalink
Merge pull request #36 from meshery/MUzairS15/workflow/error-utility
Browse files Browse the repository at this point in the history
Update error-codes-updater.yaml
  • Loading branch information
Mohd Uzair authored Oct 4, 2024
2 parents 3209f23 + 45268fc commit f08485c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/error-codes-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: ubuntu-22.04
steps:
- name: Checkout Meshery repo
uses: actions/checkout@master
with:
path: meshery
token: ${{ secrets.GH_ACCESS_TOKEN }}
- uses: actions/checkout@master
if: ${{ github.event_name == 'pull_request' }}
with:
Expand All @@ -32,7 +27,6 @@ jobs:
with:
ref: "master"
fetch-depth: 1
token: ${{ secrets.GH_ACCESS_TOKEN }}
- name: Setup Go
uses: actions/setup-go@master
with:
Expand Down Expand Up @@ -65,4 +59,4 @@ jobs:
commit_user_email: [email protected]
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
commit_options: "--signoff"
commit_message: "[Error Codes]: Update Helm Kanvas Snapshot error codes and reference"
commit_message: "[Error Codes]: Update Helm Kanvas Snapshot error codes and reference"

0 comments on commit f08485c

Please sign in to comment.