fix of austrian translation for credit card #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
on: [push, pull_request] | |
name: Create Artifact | |
jobs: | |
build: | |
name: Add Artifact | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Setup PHP | |
uses: shivammathur/setup-php@v2 | |
with: | |
php-version: 7.4 | |
tools: composer | |
- name: Install Dependencies | |
run: composer install | |
- name: Upload Artifact | |
id: upload_artifact | |
uses: actions/upload-artifact@v2 | |
with: | |
name: woocommerce-qenta-checkout-page | |
path: woocommerce-qenta-checkout-page |