Skip to content

build: fix typo on build action #71

build: fix typo on build action

build: fix typo on build action #71

Workflow file for this run

name: backup
on: [push, delete]
jobs:
backup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
fetch-depth: "0"
- uses: ruicsh/backup-action@main
with:
bitbucket_app_user: ${{ secrets.BACKUP_APP_USER }}
bitbucket_app_password: ${{ secrets.BACKUP_APP_PASSWORD }}
target_repo: tuplo/numberfmt