Skip to content

Commit

Permalink
Fixed default config
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-b committed Oct 16, 2024
1 parent b3750eb commit d821779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dashboard_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.branch }}
ref: ${{ github.event.inputs.branch || 'reflow' }}

- name: Download dependencies
run: go get -v ./...
Expand Down

0 comments on commit d821779

Please sign in to comment.