Skip to content

Instantly share code, notes, and snippets.

View paramsinghvc's full-sized avatar
💭
I may be slow to respond.

Param Singh paramsinghvc

💭
I may be slow to respond.
View GitHub Profile
type WeatherObject {
id: Int
main: String
}
type CurrentWeather {
temp: Float
weather: [WeatherObject]!
}
type WeatherObject {
id: Int
main: String
}
type CurrentWeather {
temp: Float
weather: [WeatherObject]!
}
{
"lat": 39.31,
"lon": -74.5,
"timezone": "America/New_York",
"timezone_offset": -18000,
"current": {
"dt": 1646318698,
"sunrise": 1646306882,
"sunset": 1646347929,
"temp": 282.21,
{
"lat": 39.31,
"lon": -74.5,
"timezone": "America/New_York",
"timezone_offset": -18000,
"current": {
"dt": 1646318698,
"sunrise": 1646306882,
"sunset": 1646347929,
"temp": 282.21,
{
"lat": 39.31,
"lon": -74.5,
"timezone": "America/New_York",
"timezone_offset": -18000,
"current": {
"dt": 1646318698,
"sunrise": 1646306882,
"sunset": 1646347929,
"temp": 282.21,
{
"lat": 39.31,
"lon": -74.5,
"timezone": "America/New_York",
"timezone_offset": -18000,
"current": {
"dt": 1646318698,
"sunrise": 1646306882,
"sunset": 1646347929,
"temp": 282.21,
name: "Android Build"
on:
workflow_call:
inputs:
environment:
required: true
type: string
publish:
required: false
# Second Job
build-and-release-android:
needs: versioning
uses: ./.github/workflows/android-build.yml
with:
environment: release
publish: true
secrets: inherit
- name: "Automated Release"
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: "latest"
title: Build
- name: "Automated Release"
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: "latest"
title: ${{ inputs.release-title }}