mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Fix github context reference in workflow (#1548)
Ensure references to the github context are correct.
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
ruby-version: 2.6
|
ruby-version: 2.6
|
||||||
- name: Install and Build 🔧
|
- name: Install and Build 🔧
|
||||||
run: |
|
run: |
|
||||||
VERSION={{ github.ref_name }}
|
VERSION=${{ github.ref_name }}
|
||||||
REPO_NAME=$(jq -r ".repository.name" "$GITHUB_EVENT_PATH")
|
REPO_NAME=$(jq -r ".repository.name" "$GITHUB_EVENT_PATH")
|
||||||
|
|
||||||
# TODO find a way for jekyll to perform this automatically
|
# TODO find a way for jekyll to perform this automatically
|
||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
folder: build
|
folder: build
|
||||||
clean: true
|
clean: true
|
||||||
force: false
|
force: false
|
||||||
target-folder: version/{{ github.ref_name }}
|
target-folder: version/${{ github.ref_name }}
|
||||||
clean-exclude: |
|
clean-exclude: |
|
||||||
pr-preview/
|
pr-preview/
|
||||||
version/
|
version/
|
||||||
|
|||||||
Reference in New Issue
Block a user