Skip to content

workflow test-> downgrading to layer 174 #8

workflow test-> downgrading to layer 174

workflow test-> downgrading to layer 174 #8

Workflow file for this run

name: Go TL Parser
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Build & Run TL Parser
run: cd ./internal/cmd/tlgen && go run . && cat ../../../telegram/const.go
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "TLParserBot: Auto-Generated TLs"
commit_options: "--no-verify"
repository: .
commit_user_name: AmarnathCjd
commit_user_email: [email protected]
commit_author: AmarnathCjd <[email protected]>