Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 216.73.216.44
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
3 /
spatie /
image /
.github /
workflows /
Delete
Unzip
Name
Size
Permission
Date
Action
php-cs-fixer.yml
878
B
-rw-r--r--
2021-04-07 09:00
run-tests.yml
1.23
KB
-rw-r--r--
2021-04-07 09:00
Save
Rename
name: Check & fix styling on: [push] jobs: style: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - name: Fix style uses: docker://oskarstark/php-cs-fixer-ga with: args: --config=.php_cs --allow-risky=yes - name: Extract branch name shell: bash run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" id: extract_branch - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v2.3.0 with: commit_message: Fix styling branch: ${{ steps.extract_branch.outputs.branch }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}