Skip to content

Commit e26a9a5

Browse files
committed
fix working directory
1 parent efd400c commit e26a9a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dataconnect.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,13 +355,12 @@ jobs:
355355
name: Determine GitHub Issue For Commenting
356356
env:
357357
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
358-
working-directory: firebase-dataconnect/ci
359358
run: |
360359
set -euo pipefail
361360
set -xv
362361
363362
python \
364-
calculate_github_issue_for_commenting.py \
363+
firebase-dataconnect/ci/calculate_github_issue_for_commenting.py \
365364
--output-file=github_issue_number.txt \
366365
--github-repository='${{ github.repository }}' \
367366
--github-ref='${{ github.ref }}' \
@@ -381,7 +380,7 @@ jobs:
381380
set -xv
382381
383382
exec python \
384-
post_comment_for_job_results.py \
383+
firebase-dataconnect/ci/post_comment_for_job_results.py \
385384
--github-issue='${{ steps.issue-id.outputs.issue }}' \
386385
--github-repository='${{ github.repository }}' \
387386
--github-sha='${{ github.sha }}' \

0 commit comments

Comments
 (0)