Skip to content

Languages-diff

Languages-diff #1

me: Languages-diff

Check failure on line 1 in .github/workflows/languages-diff.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/languages-diff.yml

Invalid workflow file

The workflow is not valid. .github/workflows/languages-diff.yml (Line: 1, Col: 1): Unexpected value 'me'
on:
workflow_dispatch:
inputs:
PACKAGE_VERSION:
description: 'Package Version'
required: true
jobs:
languages-diff:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: "Create CSV of diff translations"
run: |
chmod +x ./convert_csv.sh
./convert_csv.sh
- name: Set artifact name
id: set-artifact-name
run: echo "artifact=mollie-payments-for-woocommerce-languages-${{ inputs.PACKAGE_VERSION }}" >> $GITHUB_OUTPUT
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: ${{ steps.set-artifact-name.outputs.artifact }}
path: languages/*