Skip to content

Commit

Permalink
use dashes instead of underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdeng123 committed Jan 7, 2025
1 parent 6df74aa commit 2e73854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ jobs:
validate-devservices-config:
runs-on: ubuntu-24.04
needs: files-changed
if: ${{ needs.files-changed.outputs.devservices_files_changed == 'true' }}
if: ${{ needs.files-changed.outputs.devservices-files-changed == 'true' }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
name: Checkout repository
Expand Down

0 comments on commit 2e73854

Please sign in to comment.