We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f36877 commit 72408b4Copy full SHA for 72408b4
.github/workflows/build-and-deploy-on-merge.yaml
@@ -16,7 +16,12 @@ jobs:
16
repo: tiger-agents-deploy
17
workflow_id: build.yaml
18
ref: 'main'
19
- inputs: '{"repository": "tiger-memory-mcp-server", "sha": "${{ github.sha }}"}'
+ inputs: >
20
+ {
21
+ "repository": "tiger-memory-mcp-server",
22
+ "sha": "${{ github.sha }}",
23
+ "latest": true
24
+ }
25
26
deploy:
27
runs-on: ubuntu-latest
@@ -30,7 +35,11 @@ jobs:
30
35
31
36
workflow_id: deploy.yaml
32
37
33
38
39
40
41
+ "sha": "${{ github.sha }}"
42
34
43
44
# send-release-message:
45
# runs-on: ubuntu-latest
0 commit comments