Skip to content

Commit 4626f1b

Browse files
Update python-app.yml
1 parent ede60cb commit 4626f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Add annotation
1515
run: |
16-
echo "::error file=app.js,line=10,endLine=20,col=15,endColumn=30::Something went wrong"
16+
echo "::error file=app.py,line=10,endLine=20,col=15,endColumn=30::Something went wrong"
1717
1818
1919
- name: Install dependencies

0 commit comments

Comments
 (0)