generated from meshery/meshery
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from meshery/MUzairS15/workflow/error-utility
Update error-codes-updater.yaml
- Loading branch information
Showing
1 changed file
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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: | ||
|
@@ -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" |