Skip to content

Commit

Permalink
action path
Browse files Browse the repository at this point in the history
  • Loading branch information
mcascone committed Aug 14, 2024
1 parent c47f7ea commit a393ada
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/configtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Config ReaderWriter

on: push

# global env var
env:
mascot: Mona

defaults:
run:
shell: bash
Expand All @@ -23,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: create config
uses: ./example-config-updater
uses: ./actions/example-config-updater
with:
mode: create
continue-on-error: true
Expand All @@ -41,7 +37,7 @@ jobs:
run: echo 'starting ${{ github.job }}'

- name: read config
uses: ./example-config-updater
uses: ./actions/example-config-updater
with:
mode: read
continue-on-error: true
Expand Down

0 comments on commit a393ada

Please sign in to comment.