File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -355,13 +355,12 @@ jobs:
355
355
name : Determine GitHub Issue For Commenting
356
356
env :
357
357
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
358
- working-directory : firebase-dataconnect/ci
359
358
run : |
360
359
set -euo pipefail
361
360
set -xv
362
361
363
362
python \
364
- calculate_github_issue_for_commenting.py \
363
+ firebase-dataconnect/ci/ calculate_github_issue_for_commenting.py \
365
364
--output-file=github_issue_number.txt \
366
365
--github-repository='${{ github.repository }}' \
367
366
--github-ref='${{ github.ref }}' \
@@ -381,7 +380,7 @@ jobs:
381
380
set -xv
382
381
383
382
exec python \
384
- post_comment_for_job_results.py \
383
+ firebase-dataconnect/ci/ post_comment_for_job_results.py \
385
384
--github-issue='${{ steps.issue-id.outputs.issue }}' \
386
385
--github-repository='${{ github.repository }}' \
387
386
--github-sha='${{ github.sha }}' \
You can’t perform that action at this time.
0 commit comments