Skip to content

Commit cc74dc8

Browse files
author
Greg Bowler
committed
Update bash filename
1 parent ae35874 commit cc74dc8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777
ACTION_ARGS: ${{ inputs.args }}
7878
id: phpstan_run
7979
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cc563958b37b62874df04de865e5e9c6d8bb93dd/php-build.bash) phpunit \
80-
&& ${{ github.action_path }}/phpunit-action.bash
80+
&& ${{ github.action_path }}/phpstan-action.bash
8181
shell: bash
8282

8383
branding:

entrypoint renamed to phpstan-action.bash

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
#!/bin/bash
2-
#
3-
# Entrypoint for php-actions/phpstan
4-
#
5-
62
set -e
73

84
Get_command()

0 commit comments

Comments
 (0)