Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Commit b368970

Browse files
Updates
1 parent faa3c00 commit b368970

File tree

4 files changed

+592
-592
lines changed

4 files changed

+592
-592
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
- uses: actions/checkout@v1
1919
- uses: actions/setup-python@v1
2020
with:
21-
python-version: "3.x"
21+
python-version: '3.x'
2222
- name: Install dependencies
2323
run: pip install -r requirements.txt
2424
- name: Scope for Python

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: 'Scope for Python'
22
author: 'Undefined Labs'
33
description: 'Automatically instruments and runs your tests using the Scope Python agent'
44
inputs:
5-
command: # command to run your tests
5+
command: # Command to run your tests
66
description: 'Command to run your tests'
77
required: false
8-
dsn: # scope dsn
8+
dsn: # Scope DSN
99
description: 'Scope DSN'
1010
required: true
1111
runs:

0 commit comments

Comments
 (0)