Public Access
5
0

update auto websites

This commit is contained in:
SR
2025-11-19 13:41:22 -05:00
parent 29466a8b26
commit 08159cea5f

View File

@@ -6,12 +6,25 @@ on:
- main
jobs:
build-kernel:
copy-websites:
runs-on: alpine-latest
defaults:
run:
shell: bash
working-directory: demo-workflow-scripts
steps:
- name: Show the demo running
env:
VAR1: This is
VAR2: A Demo of
VAR3: GitHub Actions
VAR4: Workflow jobs
run: |
echo $VAR1 $VAR2 $VAR3 $VAR4.
steps:
- name: Checkout repository
uses: actions/checkout@v4
- run: ls -lR .