Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JupiterOne-Archives/graph-google-cloud
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 154950bb4a94742e124577c390188037fc166d8a
Choose a base ref
..
head repository: JupiterOne-Archives/graph-google-cloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 307e65230dd108931736d1692219a0dbd1e870b9
Choose a head ref
Showing with 3 additions and 0 deletions.
  1. +3 −0 .github/workflows/questions.yml
3 changes: 3 additions & 0 deletions .github/workflows/questions.yml
Original file line number Diff line number Diff line change
@@ -18,6 +18,9 @@ jobs:
repository: ${{github.event.pull_request.head.repo.full_name}}
path: target

- name: 'echo variable'
run: echo "${{github.event.pull_request.head.repo.full_name}}"

- id: setup-node
name: Setup Node
uses: actions/setup-node@v3