Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix example
  • Loading branch information
ashley-taylor authored Mar 9, 2020
1 parent 9e8d3af commit 3cd46af
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 @@ -10,6 +10,6 @@
regex: ".*/"
replacement: ""
- name: branch
run: branch "${{ steps.branch.outputs.value }}"
run: echo "${{ steps.branch.outputs.value }}"
```

0 comments on commit 3cd46af

Please sign in to comment.