Skip to content

Commit

Permalink
fix: solve typo in json
Browse files Browse the repository at this point in the history
  • Loading branch information
johanseto committed Sep 1, 2023
1 parent e278b98 commit f091a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/strain_dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
"ref": "${{ github.ref }}",
"sha": "${{ github.sha }}",
"ref_name": "${{ github.ref_name }}",
"head_ref" "${{ github.head_ref }}",
"head_ref": "${{ github.head_ref }}",
"base_ref": "${{ github.base_ref }}",
"strain_property": "DISTRO_EOX_NELP_DPKG.version",
"build_environment": "${{ env.BUILD_ENVIRONMENT }}"
Expand Down

0 comments on commit f091a60

Please sign in to comment.