Skip to content

Commit

Permalink
trying with default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
puja-trivedi committed Dec 4, 2024
1 parent 39f07cb commit 5ca0601
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate_yaml_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y build-essential git wget curl
# Step 3: Generate yaml model
- name: Generate yaml model
run: |
Expand Down Expand Up @@ -74,7 +73,7 @@ jobs:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
commit-message: "Generate new version of the linkml model"
# branch: ${{ env.BRANCH_NAME }}
branch: autogeneratedyamlTEST
# branch: autogeneratedyamlTEST
title: "Auto PR: yaml generated from google spreadsheets using schemasheets"
body: "This PR adds a autogenerated yaml file."
base: main

0 comments on commit 5ca0601

Please sign in to comment.