Skip to content

Commit 30f9a38

Browse files
authored
Merge pull request #3 from runloopai/wall-version
Update the github action for deploy agent to use SDK and add version string for agent
2 parents aa7177b + efea1a9 commit 30f9a38

14 files changed

Lines changed: 23330 additions & 13534 deletions

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ inputs:
2020
description: 'Name for the agent (defaults to repository name if not provided)'
2121
required: false
2222

23+
agent-version:
24+
description: 'The version of the Agent. Must be a semver string (e.g., "2.0.65") or a SHA.'
25+
required: true
26+
2327
# Git source inputs
2428
git-repository:
2529
description: 'Git repository URL (optional override, defaults to current repository)'

dist/agent-deployer.js

Lines changed: 0 additions & 172 deletions
This file was deleted.

dist/git-utils.js

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)