Skip to content

Commit

Permalink
fix action path
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed Dec 20, 2023
1 parent 9f45294 commit a3419f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:

- name: Test Ruby
if: ${{ inputs.LANGUAGE == 'Ruby' }}
uses: ./actions/.github/actions/test-ruby/action.yml
uses: ./actions/.github/actions/test-ruby
with:
RUBY_VERSION: ${{ inputs.RUBY_VERSION }}
ENV_PATH: ${{ inputs.ENV_PATH }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ jobs:
SONAR_PROJECT_KEY: ${{ secrets.SONAR_PROJECT_KEY }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
CONTRIBSYS_CREDENTIALS: ${{ secrets.CONTRIBSYS_CREDENTIALS }}
GH_BOT_DEPLOY_KEY: ${{ secrets.GH_BOT_DEPLOY_KEY }}

BUILD:
Expand Down

0 comments on commit a3419f9

Please sign in to comment.