Skip to content

Commit

Permalink
Update check-tf-plan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guptamukul-google authored Nov 17, 2021
1 parent bd64188 commit a9c5307
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-tf-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
id: tf-plan-auto
if: github.event_name == 'pull_request'
run: |
python check-tf-plan ${{ github.event.number }}
python check-tf-plan.py ${{ github.event.number }}
working-directory: tools

- name: execute py script (manual) # run the check-tf-plan.py
Expand All @@ -74,9 +74,9 @@ jobs:
run: |
if [[ "${{ github.event.inputs.PRNumber }}" =~ ^[0-9]+$ ]]
then
python check-tf-plan ${{ github.event.inputs.PRNumber }}
python check-tf-plan.py ${{ github.event.inputs.PRNumber }}
else
echo "INVALID PR Number ENTERED..."
exit 1
fi
working-directory: tools
working-directory: tools

0 comments on commit a9c5307

Please sign in to comment.