Skip to content

<<Not a course>> Action step: Update the course repository when the learner completes a step.

License

Notifications You must be signed in to change notification settings

sharonstout1981/action-update-step-skylls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Action: Update Step

Action step: Update the course repository when the learner completes a step.

This is not a course. Visit https://github.com/skills to view our courses.

Example use

name: Step 0, Start
on: push
permissions:
  contents: write
jobs:
  on_start:
    name: On start
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2
        with:
          fetch-depth: 0 # Let's get all the branches
      - name: Update to step 1
        uses: skills/action-update-step@v1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          from_step: 0
          to_step: 1
          branch_name: my-first-branch

© 2022 GitHub • Code of ConductMIT License

About

<<Not a course>> Action step: Update the course repository when the learner completes a step.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published