Skip to content

Commit 5e7be95

Browse files
committed
update variable
1 parent 0b4a71d commit 5e7be95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/preview-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,15 @@ jobs:
7171
uses: elastic/docs-builder/actions/assembler-match@main
7272
with:
7373
ref_name: ${{ github.event.ref_name }}
74-
repository: ${{ github.event.repository }}
74+
repository: ${{ github.repository }}
7575
- name: Debug
7676
if: contains(fromJSON('["merge_group", "pull_request", "pull_request_target"]'), github.event_name)
7777
run: |
7878
echo "Non sensitive data, echo'ing here temporarily to validate this job before connecting it further into the build job"
7979
echo "content-source-match=${{ steps.event-check.outputs.content-source-match != '' && steps.event-check.outputs.content-source-match || steps.match.outputs.content-source-match }}"
8080
echo "content-source-name=${{ steps.event-check.outputs.content-source-name != '' && steps.event-check.outputs.content-source-name || steps.match.outputs.content-source-name }}"
81+
echo "ref=${{ github.event.ref_name }}"
82+
echo "repo=${{ github.repository }}"
8183
8284
build:
8385
if: github.event.repository.fork == false # Skip running the job on the fork itself (It still runs on PRs on the upstream from forks)

0 commit comments

Comments
 (0)