Improved UI when the devpod command is not found #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mirror to Codeberg | |
on: | |
push: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Mirror to Codeberg | |
run: | | |
git fetch --unshallow | |
git remote set-url --add --push origin https://3timelazy:${{secrets.CODEBERG_TOKEN}}@codeberg.org/3timeslazy/vscodium-devpodcontainers.git | |
git push --all |