Skip to content

[Actions] Updated .github/workflows/dotnet-version.yml #891

[Actions] Updated .github/workflows/dotnet-version.yml

[Actions] Updated .github/workflows/dotnet-version.yml #891

Workflow file for this run

name: "Dependabot: Rebase"
on:
push:
branches:
- main
release:
types: [published]
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
auto-rebase:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || github.event == 'release'
timeout-minutes: 5
steps:
- name: "Initialise Workspace"
if: startsWith(runner.name, 'buildagent-')
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Rebase"
uses: bbeesley/[email protected]
env:
GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}}