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
|
- name: Set-up Ruby 3.2
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
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
|
- name: Generate RegSync
|
||||||
run: |
|
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 pull-scripts
|
||||||
make regsync
|
make regsync
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue