Skip to content

Action to populate observatory crates with .gitignore, README.md and raw logsheets

Notifications You must be signed in to change notification settings

emo-bon/populate-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

populate-action

Action to populate observatory crates with .gitignore, README.md and raw logsheets.

To give an example, the following workflow file will download the logsheets, convert them to csv format and commit the changes if relevant.

on:
  push:
jobs:
  job:
    runs-on: ubuntu-latest
    steps:
      - name: checkout
        uses: actions/checkout@v3
      - name: populate-action
        uses: emo-bon/populate-action@main
      - name: git-auto-commit-action
        uses: stefanzweifel/git-auto-commit-action@v4

About

Action to populate observatory crates with .gitignore, README.md and raw logsheets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published