Skip to content

Commit

Permalink
test: use target value to specify deployment in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersokari committed Jan 14, 2025
1 parent db904aa commit babc83c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,14 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Generate Allure Report with History and Retries
uses: cybersokari/[email protected]
uses: cybersokari/[email protected].1
with:
google_credentials_json: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
allure_results_path: 'assets/allure-results'
storage_bucket: ${{vars.STORAGE_BUCKET}}
show_history: ${{github.event.inputs.show-history}}
retries: ${{github.event.inputs.retries}}
prefix: 'test-action-gh-pages'
target: 'github'
github_pages_branch: 'gh-pages'
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
google_credentials_json: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
show_history: ${{github.event.inputs.show-history}}
retries: ${{github.event.inputs.retries}}
prefix: 'test-action-gh-pages'

0 comments on commit babc83c

Please sign in to comment.