workflow/vendor-gems: re-add erroneously removed output
This commit is contained in:
parent
1c20be6c85
commit
00932556bf
3
.github/workflows/vendor-gems.yml
vendored
3
.github/workflows/vendor-gems.yml
vendored
@ -44,6 +44,9 @@ jobs:
|
||||
|
||||
branch="$(git branch --show-current)"
|
||||
echo "::set-output name=branch::${branch}"
|
||||
|
||||
gem_name="$(echo "${branch}" | sed -E 's|.*/||;s|(.*)-.*$|\1|')"
|
||||
echo "::set-output name=gem_name::${gem_name}"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user