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

cd grafana after clone
This commit is contained in:
Kevin Minehart
2025-04-29 21:01:09 -05:00
committed by GitHub
parent d739481c9a
commit 24351851c9
+1 -1
View File
@@ -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