CI: Backport action can't combine with and working-directory (#104754)
* Can't combine with and working-directory * add missing uses:
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: cd grafana && git remote set-url origin "https://grafana-delivery-bot:$GIT_TOKEN@github.com/grafana/grafana.git"
|
||||
- name: Run backport
|
||||
working-directory: grafana
|
||||
uses: grafana/grafana-github-actions-go/backport@main # zizmor: ignore[unpinned-uses]
|
||||
uses: grafana/grafana-github-actions-go/backport@main
|
||||
with:
|
||||
path: grafana
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user