CI: `cd grafana` after clone in backport action (#104752)

cd grafana after clone
pull/104753/head
Kevin Minehart 3 months ago committed by GitHub
parent d739481c9a
commit 24351851c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/backport.yml

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone
run: git clone --depth=1 "https://github.com/grafana/grafana.git"
run: git clone --depth=1 "https://github.com/grafana/grafana.git" && cd grafana
- run: git config --local user.name "github-actions[bot]"
- run: git config --local user.email "github-actions[bot]@users.noreply.github.com"
- run: git config --local --add --bool push.autoSetupRemote true

Loading…
Cancel
Save