Skip to content

Commit

Permalink
removed input
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkat committed May 22, 2024
1 parent a37d52a commit b0b121f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/auto-commit-client-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ name: Auto commit client updates

on:
workflow_dispatch:
inputs:
new_api_spec_version_number:
required: true
push:
branches: [ "**" ]

Expand Down Expand Up @@ -44,7 +41,7 @@ jobs:
TEST_USER_NAME: ${{ secrets.TEST_USER_NAME }}
TEST_USER_PASSWORD: ${{ secrets.TEST_USER_PASSWORD }}
shell: bash
working-directory: ./equinix-openapi-fabric
working-directory: equinix-openapi-fabric
run: |-
mvn clean package -DenvUrl=${{ env.TEST_HOST_URL }} -DuserName=${{ env.TEST_USER_NAME }} \
-DuserPassword=${{ env.TEST_USER_PASSWORD }} -DclientId=${{ env.CLIENT_ID }} -DclientSecret=${{ env.CLIENT_SECRET }}
Expand Down

0 comments on commit b0b121f

Please sign in to comment.