Skip to content

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 29, 2024
1 parent b270499 commit a278bd3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dispatch-deploy-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
steps:
- name: Deploy Draft
run: |
gh auth login --with-token <<< $GH_TOKEN
echo "${{ env.WORKFLOW_INPUT }}" \
| gh workflow run -R riptano/datastax-docs-site deploy-draft.yml --ref $WORKFLOW_REF --json
echo "$WORKFLOW_INPUT" \
| gh workflow run -R riptano/datastax-docs-site deploy-draft.yml --ref "$WORKFLOW_REF" --json
sleep 5
gh run watch -R riptano/datastax-docs-site $(gh run list -R riptano/datastax-docs-site -L1 --json databaseId --jq '.[0].databaseId')
env:
Expand Down

0 comments on commit a278bd3

Please sign in to comment.