Skip to content

Commit ea97680

Browse files
committed
Rename file.
1 parent f272de7 commit ea97680

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070
VERSION: ${{ inputs.version }}
7171
run: |
7272
cd $(echo '/${{ github.action_path }}' | sed -e 's/\\/\//g' -e 's/://')
73-
source ./action.sh
73+
source ./main.sh
7474
7575
echo "FC=${FC}" >> $GITHUB_ENV
7676
echo "CC=${CC}" >> $GITHUB_ENV

action.sh renamed to main.sh

File renamed without changes.

0 commit comments

Comments
 (0)