Skip to content

Commit

Permalink
Actionlint
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel committed Oct 2, 2024
1 parent a88acc3 commit bd1eb3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cacheo2package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Cache O2 Package

'on':
workflow_call:
workflow_dispatch:
inputs:
package_name:
type: string
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Launch the CacheO2Package job in Jenkins
run: |
# Login against SSO
TOKEN="$(curl --location -X POST $SSO_AUTH_URL \
TOKEN="$(curl -k --location -X POST "$SSO_AUTH_URL" \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode "client_id=$CLIENT_ID" \
Expand Down

0 comments on commit bd1eb3c

Please sign in to comment.