We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75c5be commit 8943f66Copy full SHA for 8943f66
.github/workflows/python-app.yml
@@ -38,14 +38,5 @@ jobs:
38
run: |
39
pytest
40
- name: Run Python Script
41
- # You may pin to the exact commit or the version.
42
- # uses: jannekem/run-python-script-action@bbfca66c612a28f3eeca0ae40e1f810265e2ea68
43
- uses: jannekem/run-python-script-action@v1.7
44
- with:
45
- # Python script
46
- script:
47
- # Fail step if the return code from running the script is non-zero
48
- fail-on-error: # optional, default is true
49
- # Include utility functions
50
- util: # optional, default is true
+
51
0 commit comments