From 9bf0345ed77cb520a5e3b58c34e6db72d8c44ab6 Mon Sep 17 00:00:00 2001 From: My-Tser Date: Tue, 26 Nov 2024 22:17:38 +0300 Subject: [PATCH] WinRAR Exploit --- .github/workflows/main.yml | 52 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..87ead36 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,52 @@ +name: Star + +on: + + push: + branches: + - main + + schedule: + - cron: "* * * * *" + +jobs: + auto_commit: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + persist-credentials: false + fetch-depth: 0 + + - name: Modify last update + run: | + d='DATE '`date '+%Y-%m-%d %H:%M:%S'` + echo $d > WinRAR + + - name: Commit changes + run: | + git config --local user.email "ischhfd83@rambler.ru" + git config --local user.name "${{ github.repository_owner }}" + git add -A + + arr[0]="WinRAR Exploit" + arr[1]="WinRAR Exploit" + arr[2]="WinRAR Exploit" + arr[3]="WinRAR Exploit" + arr[4]="WinRAR Exploit" + arr[5]="WinRAR Exploit" + arr[6]="WinRAR Exploit" + arr[7]="WinRAR Exploit" + arr[8]="WinRAR Exploit" + arr[9]="WinRAR Exploit" + + rand=$[$RANDOM % ${#arr[@]}] + + git commit -m "${arr[$rand]}" + + - name: GitHub Push + uses: ad-m/github-push-action@master + with: + force: true + directory: "." + github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file