Skip to content

Automated script testing project based on Github Actions

Notifications You must be signed in to change notification settings

zryyyy/Auto_Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Test Auto Deploy

Automated script testing project based on Github Actions

Docs

jobs:
  publish:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@master
        with:
          persist-credentials: false
          fetch-depth: 0
      - name: Create README.md
        uses: actions-js/profile-readme@master
        with:
          username: <your username>
          github_token: ${{ secrets.GITHUB_TOKEN }}
      - name: Commit & Push changes
        uses: actions-js/push@master
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}

Example

⬆️ Pushed 1 commit to zryyyy/zryyyy
⬆️ Pushed 1 commit to zryyyy/Green-Wall
⬆️ Pushed 1 commit to zryyyy/zryyyy
⬆️ Pushed 1 commit to zryyyy/zryyyy
⬆️ Pushed 1 commit to zryyyy/Green-Wall
<p align="center">
  Last refresh: 
  <b>2025-03-01T00:58:30Z</b>
</p>
⭐️ 53 📦 zryyyy/Cisco-Packet-Tracer-Chinese
⭐️ 1  📦 zryyyy/Nerd-Font-Patcher
⭐️ 0  📦 DennyNo1/KnowledgeBase-Vue3
⭐️ 0  📦 DennyNo1/KnowledgeBase-Vue3-Mobile

Last Activity: Saturday, March 1st 2025, 8:58:30 am

Docs

name: Update README
on:
  schedule:
    - cron: "*/30 * * * *"
  workflow_dispatch:
jobs:
  build:
    name: Update this repo's README with recent activity
    runs-on: ubuntu-latest
    permissions:
      contents: write

    steps:
      - uses: actions/checkout@v3
      - uses: jamesgeorge007/github-activity-readme@master
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Example

  1. 🗣 Commented on #29 in Codennnn/Green-Wall
  2. 🗣 Commented on #29 in Codennnn/Green-Wall
  3. 🗣 Commented on #29 in Codennnn/Green-Wall
  4. 🗣 Commented on #29 in Codennnn/Green-Wall
  5. 💪 Opened PR #29 in Codennnn/Green-Wall
  6. 🗣 Commented on #1 in DiamondHunters/NodeInject_Hook_example

Docs

# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the workflow will run
on:
  # Triggers the workflow on push or pull request events but only for the master branch
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

  # Allows you to run this workflow manually from the Actions tab
  workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
  # This workflow contains a single job called "build"
  build:
    # The type of runner that the job will run on
    runs-on: ubuntu-latest

    # Steps represent a sequence of tasks that will be executed as part of the job
    steps:
      # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
      - uses: actions/checkout@v3

      # Runs a single command using the runners shell
      - name: Run a one-line script
        run: echo Hello, world!

      # Runs a set of commands using the runners shell
      - name: Run a multi-line script
        run: |
          echo Add other actions to build,
          echo test, and deploy your project.

Example

Last Updated: Saturday, March 1st, 2025, 8:58:48 AM

  1. ⬆️ Pushed 1 commit(s) to zryyyy/zryyyy
  2. ⬆️ Pushed 1 commit(s) to zryyyy/Green-Wall
  3. ⭐ Starred ourongxing/newsnow
  4. ⭐ Starred beilunyang/moepush
  5. ⬆️ Pushed 1 commit(s) to zryyyy/zryyyy
  6. ⬆️ Pushed 1 commit(s) to zryyyy/zryyyy
  7. ⬆️ Pushed 1 commit(s) to zryyyy/Green-Wall
  8. ⬆️ Pushed 1 commit(s) to zryyyy/zryyyy
  9. ⬆️ Pushed 1 commit(s) to zryyyy/hexo-theme-volantis
  10. ⬆️ Pushed 1 commit(s) to zryyyy/zryyyy

Demo: zryyyy/zryyyy

<!--START_SECTION:waka-->
<!--END_SECTION:waka-->

About

Automated script testing project based on Github Actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published