Skip to content

[SDK] - Updated DotNet SDK to 8.0.100-preview.5.23303.2 #433

[SDK] - Updated DotNet SDK to 8.0.100-preview.5.23303.2

[SDK] - Updated DotNet SDK to 8.0.100-preview.5.23303.2 #433

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:
- run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: rebase
uses: bbeesley/[email protected]
env:
GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}}