Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
403-html committed Jan 28, 2022
1 parent c837f7a commit 85459bf
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pr-semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ jobs:

- uses: actions/parse-github-ref@v2
- name: get branch name
run:
name: get branch name
input:
ref: "{{ github.ref }}"
output:
branch: "{{ branch }}"
input:
ref: "{{ github.ref }}"
output:
branch: "{{ branch }}"

- name: Get current prefix
id: branch-prefix
Expand Down

0 comments on commit 85459bf

Please sign in to comment.