We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede60cb commit 4626f1bCopy full SHA for 4626f1b
.github/workflows/python-app.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- name: Add annotation
15
run: |
16
- echo "::error file=app.js,line=10,endLine=20,col=15,endColumn=30::Something went wrong"
+ echo "::error file=app.py,line=10,endLine=20,col=15,endColumn=30::Something went wrong"
17
18
19
- name: Install dependencies
0 commit comments