Skip to content

Commit

Permalink
Always extract branch names for snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Matts966 committed Mar 29, 2022
1 parent 883272a commit accdff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
alphadag --external_required_tables_output_path=dag.dot ./samples/sample
rm dag.dot
- name: Extract branch name
if: always()
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch
Expand All @@ -83,5 +84,4 @@ jobs:
title: 'Updated Snapshot :tada:'
body: |
Updated Snapshot :tada:
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Auto-generated by [create-pull-request][https://github.com/peter-evans/create-pull-request]

0 comments on commit accdff2

Please sign in to comment.