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

3 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/zryyyy
⬆️ Pushed 1 commit to zryyyy/zryyyy
⬆️ Pushed 1 commit to zryyyy/zryyyy
⬆️ Pushed 1 commit to zryyyy/zryyyy
<p align="center">
  Last refresh: 
  <b>2025-01-20T00:52:40Z</b>
</p>
⭐️ 51 📦 zryyyy/Cisco-Packet-Tracer-Chinese
⭐️ 1  📦 zryyyy/Nerd-Font-Patcher
⭐️ 0  📦 DennyNo1/KnowledgeBase-Vue3
⭐️ 0  📦 DennyNo1/KnowledgeBase-Vue3-Mobile

Last Activity: Monday, January 20th 2025, 8:52:40 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

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: Monday, January 20th, 2025, 8:53:04 AM

  1. ⬆️ Pushed 1 commit(s) to zryyyy/zryyyy
  2. ⬆️ Pushed 1 commit(s) to zryyyy/zryyyy
  3. ⬆️ Pushed 1 commit(s) to zryyyy/zryyyy
  4. ⬆️ Pushed 1 commit(s) to zryyyy/zryyyy
  5. ⬆️ Pushed 1 commit(s) to zryyyy/zryyyy
  6. ⬆️ Pushed 1 commit(s) to zryyyy/zryyyy
  7. ⬆️ Pushed 1 commit(s) to zryyyy/zryyyy
  8. ⬆️ Pushed 1 commit(s) to zryyyy/zryyyy
  9. ⬆️ Pushed 1 commit(s) to zryyyy/zryyyy
  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