chore: remove trailing slash

This commit is contained in:
Eric Seidel
2024-07-25 11:21:35 -07:00
parent 5bdd30420d
commit f37fee86a9
@@ -18,17 +18,13 @@ runs:
uses: actions/github-script@v6
with:
script: |
let pub_token = await core.getIDToken('https://pub.dev/')
let pub_token = await core.getIDToken('https://pub.dev')
core.exportVariable('PUB_TOKEN', pub_token)
- name: 📢 Authenticate
shell: ${{ inputs.shell }}
run: flutter pub pub token add https://pub.dev --env-var PUB_TOKEN
- name: 'Debug'
shell: ${{ inputs.shell }}
run: echo $PUB_TOKEN
- name: 📦 Install dependencies
shell: ${{ inputs.shell }}
run: flutter pub get