Skip to content

Commit

Permalink
Merge pull request #129 from jerensl/fix/kanvas-snapshot-template
Browse files Browse the repository at this point in the history
Fix/kanvas snapshot template
  • Loading branch information
leecalcote authored Nov 1, 2024
2 parents eb59cd0 + 8f1cdcf commit 8623df8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions workflow-templates/file-uploadTemplate.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MeshMap Screenshot Service
name: Kanvas Screenshot Service
'on':
pull_request_target:
types:
Expand All @@ -14,7 +14,7 @@ name: MeshMap Screenshot Service
outputs:
resource_url:
description: The URL of the generated resource.
value: ${{ jobs.MeshMapScreenshot.outputs.resource_url }}
value: ${{ jobs.KanvasScreenshot.outputs.resource_url }}
permissions:
actions: read
contents: write
Expand All @@ -23,7 +23,7 @@ permissions:
pull-requests: write
id-token: write
jobs:
MeshMapScreenshot:
KanvasScreenshot:
runs-on: ubuntu-latest
outputs:
resource_url: ${{ steps.test_result.outputs.resource_url }}
Expand All @@ -36,9 +36,9 @@ jobs:
- uses: actions/checkout@v4
with:
path: action
repository: layer5labs/meshmap-snapshot
repository: layer5labs/kanvas-snapshot
- id: test_result
uses: ${GITHUB_REF/refs/tags//}
uses: layer5labs/[email protected]
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
mesheryToken: ${{ secrets.MESHERY_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions workflow-templates/url-uploadTemplate.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MeshMap Snapshot With URL-Upload
name: Kanvas Snapshot With URL-Upload
'on':
pull_request_target:
types:
Expand All @@ -14,9 +14,9 @@ name: MeshMap Snapshot With URL-Upload
outputs:
resource_url:
description: The URL of the generated resource.
value: ${{ jobs.MeshMapScreenshot.outputs.resource_url }}
value: ${{ jobs.KanvasScreenshot.outputs.resource_url }}
jobs:
MeshMapScreenshot:
KanvasScreenshot:
runs-on: ubuntu-latest
outputs:
resource_url: ${{ steps.test_result.outputs.resource_url }}
Expand All @@ -28,9 +28,9 @@ jobs:
- uses: actions/checkout@v3
with:
path: action
repository: layer5labs/meshmap-snapshot
repository: layer5labs/kanvas-snapshot
- id: test_result
uses: layer5labs/MeshMap-Snapshot@v0.2.7
uses: layer5labs/kanvas-snapshot@v0.2.15
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
mesheryToken: ${{ secrets.MESHERY_TOKEN }}
Expand Down

0 comments on commit 8623df8

Please sign in to comment.