Skip to content

list file

list file #2

Workflow file for this run

name: Example Workflow
on: [ push ]
jobs:
example-job:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install dependencies
run: npm install
- name: Run input script
run: node input.js
env:
APPLICATIONNAME: 'MyApp'
ENVIRONMENT: 'Production'
CONTAINERREGISTRYNAME: 'mycontainerregistry'
RGNAME: 'myresourcegroup'
SUBSCRIPTIONNAME: 'mysubscription'
ENABLEREPLICATION: 'true'
- name: list files
run: ls -alt