Skip to content

Commit

Permalink
extra
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Feb 6, 2024
1 parent b590fe3 commit 63f046c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/merge_queues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ jobs:
echo "github.event.workflow_dispatch.ref=${{ github.event.workflow_dispatch.ref}}"
echo "github.event.workflow_call.ref=${{ github.event.workflow_calls.ref}}"
- name: Work backwards for shas
shell: bash
run: |
echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")"
echo "branch=$(echo ${GITHUB_REF#refs/heads/})"ss

0 comments on commit 63f046c

Please sign in to comment.