Skip to content

Commit

Permalink
chore: add more interesting ref data
Browse files Browse the repository at this point in the history
  • Loading branch information
johanseto committed Sep 1, 2023
1 parent fa0713c commit e278b98
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/strain_dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches:
- '**'

#strain_property go in json_path format.
jobs:
strain-dispatch:
runs-on: ubuntu-latest
Expand All @@ -22,8 +22,10 @@ jobs:
"repo": "${{ github.repository }}",
"ref": "${{ github.ref }}",
"sha": "${{ github.sha }}",
"property_json_path": "DISTRO_EOX_NELP_DPKG.version",
"branch": "${{ github.ref_name }}",
"ref_name": "${{ github.ref_name }}",
"head_ref" "${{ github.head_ref }}",
"base_ref": "${{ github.base_ref }}",
"strain_property": "DISTRO_EOX_NELP_DPKG.version",
"build_environment": "${{ env.BUILD_ENVIRONMENT }}"
}
env:
Expand Down

0 comments on commit e278b98

Please sign in to comment.