Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: fixing gh env var syntax
  • Loading branch information
bpetit committed Jan 26, 2021
commit 60bbe1b825fda8035ab79e26a2ab5b86510048e2
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Launch job
id: launch
run: |
awx --conf.token ${{ steps.login.outputs.awx_token }} --conf.host https://cd.hubblo.org job_templates launch --extra_vars="{\"github_repository\":\"${{ env.GITHUB_REPOSITORY }}\",\"github_actor\":\"${{ env.GITHUB_ACTOR }}\",\"github_workflow\":\"${{ env.GITHUB_WORKFLOW }}\",\"github_workspace\":\"${{ env.GITHUB_WORKSPACE }}\",\"github_event_name\":\"${{ env.GITHUB_EVENT_NAME }}\",\"github_event_path\":\"${{ env.GITHUB_EVENT_PATH }}\",\"github_sha\":\"${{ env.GITHUB_SHA }}\",\"github_ref\":\"${{ env.GITHUB_REF }}\",\"github_head_ref\":\"${{ env.GITHUB_HEAD_REF }}\",\"github_base_ref\":\"${{ env.GITHUB_BASE_REF }}\",\"github_server_url\":\"${{ env.GITHUB_SERVER_URL }}\"}" 9 --wait
awx --conf.token ${{ steps.login.outputs.awx_token }} --conf.host https://cd.hubblo.org job_templates launch --extra_vars="{\"github_repository\":\"${{ GITHUB_REPOSITORY }}\",\"github_actor\":\"${{ GITHUB_ACTOR }}\",\"github_workflow\":\"${{ GITHUB_WORKFLOW }}\",\"github_workspace\":\"${{ GITHUB_WORKSPACE }}\",\"github_event_name\":\"${{ GITHUB_EVENT_NAME }}\",\"github_event_path\":\"${{ GITHUB_EVENT_PATH }}\",\"github_sha\":\"${{ GITHUB_SHA }}\",\"github_ref\":\"${{ GITHUB_REF }}\",\"github_head_ref\":\"${{ GITHUB_HEAD_REF }}\",\"github_base_ref\":\"${{ GITHUB_BASE_REF }}\",\"github_server_url\":\"${{ GITHUB_SERVER_URL }}\"}" 9 --wait