mirror of https://git.rancher.io/charts
[dev-v2.9] Removing PR checkout in regsync.yaml (#3375)
parent
310dc09c7f
commit
3dc6372d46
|
@ -41,14 +41,15 @@ jobs:
|
|||
- name: Set-up Ruby 3.2
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.2' # Not needed with a .ruby-version file
|
||||
ruby-version: '3.2'
|
||||
|
||||
- name: Configure git
|
||||
run: |
|
||||
git config --global user.email "${{ secrets.USER_GITHUB }}"
|
||||
git config --global user.name "rancherbot"
|
||||
|
||||
- name: Generate RegSync
|
||||
run: |
|
||||
echo ${{ secrets.PUSH_TOKEN }} | gh auth login --with-token
|
||||
gh pr checkout ${{ github.event.pull_request.number }}
|
||||
git config --global user.email "${{ secrets.USER_GITHUB }}"
|
||||
git config --global user.name "rancherbot"
|
||||
make pull-scripts
|
||||
make regsync
|
||||
|
||||
|
|
Loading…
Reference in New Issue