Skip to content

Commit

Permalink
test specified SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Sep 23, 2023
1 parent 97aa4e3 commit cf20d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
"workflowId": "pre-gen",
"branch": "${{ needs.new-branch.outputs.working }}",
"labels": [ "gha" ],
"environment": {"variables": {"SDK_VERSION": "${{ github.event.inputs.sdk || 'latest' }}"}}
"environment": {"variables": {"SDK_VERSION": "2.0.0"}}
}' |
curl -s
-H "Content-Type: application/json"
Expand Down

0 comments on commit cf20d4d

Please sign in to comment.