Skip to content

Commit

Permalink
stash action dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mcascone committed Aug 14, 2024
1 parent a393ada commit f3a9906
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/configtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
- name: checkout
uses: actions/checkout@v4

- name: stash action dir
uses: actions/upload-artifact@v4
with:
name: actions
path: actions

- name: create config
uses: ./actions/example-config-updater
with:
Expand All @@ -35,6 +41,11 @@ jobs:
steps:
- name: read
run: echo 'starting ${{ github.job }}'

- name: unstash action dir
uses: actions/download-artifact@v4
with:
name: actions

- name: read config
uses: ./actions/example-config-updater
Expand Down

0 comments on commit f3a9906

Please sign in to comment.