Skip to content

Commit

Permalink
Trying new arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanHCenalmor committed Dec 16, 2024
1 parent bc4037f commit 9234e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aux_test_push_solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,6 @@ jobs:
retry_wait_seconds: 30
timeout_minutes: 3
max_attempts: 3
command: gh workflow run .github/workflows/aux_save_building.yml -f config_file=${{ inputs.config_file }} -f solution_version=1.1.0 -f build_amd64_result=true -f build_arm64_result=true
command: gh workflow run .github/workflows/aux_save_building.yml --field config_file="${{ inputs.config_file }}" --field solution_version=1.1.0 --field build_amd64_result=true --field build_arm64_result=true
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9234e3c

Please sign in to comment.