Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Fix names of GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
brycelelbach committed Sep 25, 2020
1 parent 2dba235 commit e4d96a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror-main-branch-to-master-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
- "main"

jobs:
mirror_job:
runs-on: ubuntu-latest
mirror-main-branch-to-master-branch:
name: Mirror main branch to master branch
runs-on: ubuntu-latest
steps:
- name: Mirror main branch to master branch
id: mirror
Expand Down

0 comments on commit e4d96a2

Please sign in to comment.