mirror of
https://github.com/Azure/setup-helm.git
synced 2026-04-19 20:29:51 +00:00
master to main rename (#61)
This commit is contained in:
parent
da63a48ad7
commit
7e6f48e5b4
5 changed files with 83 additions and 84 deletions
6
.github/workflows/release-pr.yml
vendored
6
.github/workflows/release-pr.yml
vendored
|
|
@ -29,8 +29,8 @@ jobs:
|
|||
- name: Reset promotion branch
|
||||
if: ${{ steps.extract-branch-status.outputs.exists == 'true' }}
|
||||
run: |
|
||||
git fetch origin master:master
|
||||
git reset --hard master
|
||||
git fetch origin main:main
|
||||
git reset --hard main
|
||||
- name: Install packages
|
||||
run: |
|
||||
rm -rf node_modules/
|
||||
|
|
@ -52,4 +52,4 @@ jobs:
|
|||
commit-message: Add node modules and new code for release
|
||||
title: ${{ github.event.inputs.release }} new release
|
||||
base: releases/${{ github.event.inputs.release }}
|
||||
branch: create-release
|
||||
branch: create-release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue