Skip to content

Commit

Permalink
Missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Dec 13, 2024
1 parent c0aad9b commit 9b59668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/entry_point.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
"event_name" : "${{ github.event_name }}",
"event_number" : "${{ github.event.number }}",
"test" : "${{ github.event.label.name }}",
"ref" : "${{ github.ref }}"
"ref" : "${{ github.ref }}",
"sha" : "${{ github.sha }}"
}
}
Expand Down

0 comments on commit 9b59668

Please sign in to comment.