Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

.github/workflows/move.yaml #2

.github/workflows/move.yaml

.github/workflows/move.yaml #2

Workflow file for this run

on:
workflow_dispatch: { }
jobs:
move:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: canonical/xiilib
ref: rename
path: xiilib
- run: mv xiilib ..
- run: rm ../xiilib/.git
- uses: actions/checkout@v4
- run: rm -rf .github
- run: mv ../xiilib/* ../xiilib/.* .
- uses: canonical/create-pull-request@move
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Rename from an old internal project
branch-name: main
title: Test pull request
body: Test pull request body