Skip to content

test

test #56

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Test action
uses: Scientific-Python-Translations/content-sync@main
with:
source-repo: "scientificpythontranslations/pandas"
source-folder: "pandas/web/pandas/"
source-ref: "test-trans"
translations-repo: "scientificpythontranslations/pandas-translations"
translations-folder: "pandas-translations/content/en/"
translations-ref: "main"
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
token: ${{ secrets.TOKEN }}