Skip to content

Commit d92511d

Browse files
author
Vivek Vishal
authored
Merge pull request #51 from arctic-beep/patch-1
Update kanvas snapshot github action
2 parents 38b695a + b1a5780 commit d92511d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kanvas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
path: action
4848
repository: layer5labs/kanvas-snapshot
4949
- id: test_result
50-
uses: layer5labs/[email protected].33
50+
uses: layer5labs/[email protected].41
5151
with:
5252
githubToken: ${{ secrets.GITHUB_TOKEN }} # github's personal access token example: "ghp_...."
5353
mesheryToken: ${{ secrets.MESHERY_TOKEN }} # Meshery Cloud Authentication token, signin to meshery-cloud to get one, example: ey.....
@@ -56,4 +56,4 @@ jobs:
5656
skipComment: true
5757
designID: ${{ inputs.contentID }} # relative file-path from the root directory in the github-runner env, you might require to checkout the repository as described in step 2
5858
assetLocation: ${{ inputs.assetLocation }}
59-
email: ${{ inputs.email }}
59+
email: ${{ inputs.email }}

0 commit comments

Comments
 (0)