Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mcascone authored Sep 6, 2024
1 parent d4674ee commit 6507844
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .github/workflows/checkoutTest.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
name: Checkout Tester

on: workflow_dispatch
on:
workflow_dispatch:
push:

jobs:
checkout:
runs-on: ubuntu-latest
checkout:
runs-on: ubuntu-latest

steps:
- name: checkout
uses: actions/checkout@v4
steps:
- name: checkout
uses: actions/checkout@v4

- name: list
run: ls -al
- name: list
run: ls -al

- name: stash
uses: actions/upload-artifact@v4
with:
name: workspace
path: .
include-hidden-files: true

0 comments on commit 6507844

Please sign in to comment.