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

Commit

Permalink
Unify placeholders in README.md
Browse files Browse the repository at this point in the history
A colleague of mine suggested using the same placeholder in the GitHub action name for easy search and replace.
  • Loading branch information
brycelelbach authored and jyasskin committed Jul 28, 2020
1 parent 394f8d4 commit 4083f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
mirror_job:
runs-on: ubuntu-latest
name: Mirror SOURCE to DEST
name: Mirror SOURCE_BRANCH_NAME branch to DESTINATION_BRANCH_NAME branch
steps:
- name: Mirror action step
id: mirror
Expand Down

0 comments on commit 4083f5d

Please sign in to comment.