fix: set sdk ref to reqwest patch

This commit is contained in:
vacwmX
2024-01-25 16:10:52 +01:00
parent 57a3d9a0be
commit fd65a5cb3d

View File

@@ -25,7 +25,7 @@ jobs:
name: setup name: setup
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs: outputs:
sdk-ref: ${{ inputs.sdk-ref || '0.2.14' }} sdk-ref: ${{ inputs.sdk-ref || 'c7427f98c6cee8fc245c24f52c69f28fd377c8c1' }}
package-version: '0.2.14' package-version: '0.2.14'
steps: steps:
- run: echo "set pre-setup output variables" - run: echo "set pre-setup output variables"