Skip to content

Commit

Permalink
Merge pull request #3 from dbsnapper/releases/v1
Browse files Browse the repository at this point in the history
initial release
  • Loading branch information
joescharf authored Jun 8, 2024
2 parents 9c822ce + c41375c commit c10020b
Show file tree
Hide file tree
Showing 13 changed files with 4,293 additions and 288 deletions.
3 changes: 0 additions & 3 deletions CODEOWNERS

This file was deleted.

89 changes: 0 additions & 89 deletions __tests__/main.test.ts

This file was deleted.

25 changes: 0 additions & 25 deletions __tests__/wait.test.ts

This file was deleted.

23 changes: 9 additions & 14 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
name: 'The name of your action here'
description: 'Provide a description here'
author: 'Your name or organization here'
name: 'Install DBSnapper Agent'
description: 'Install the DBSnapper Agent in a GitHub Actions workflow'
author: 'DBSnapper'

# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
icon: 'heart'
color: 'red'
icon: 'database'
color: 'blue'

# Define your inputs here.
inputs:
milliseconds:
description: 'Your input description here'
required: true
default: '1000'

# Define your outputs here.
outputs:
time:
description: 'Your output description here'
version:
description: 'Version of the DBSnapper Agent to install'
required: false
default: latest

runs:
using: node20
Expand Down
2 changes: 1 addition & 1 deletion badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c10020b

Please sign in to comment.