-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: use target value to specify deployment in test workflow
- Loading branch information
1 parent
db904aa
commit babc83c
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' |