Skip to content

Commit

Permalink
Update env-uses.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Oct 18, 2022
1 parent d323eeb commit 0c5809c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/env-uses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
BUILDER_SOURCE_DIR: .__builder_source__
BUILDER_SOURCE_DIR: __BUILDER_SOURCE_DIR__

jobs:
checkout:
Expand All @@ -13,8 +13,8 @@ jobs:
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
with:
path: "${{ env.BUILDER_CHECKOUT_DIR }}"
path: __BUILDER_SOURCE_DIR__
- run: |
set -euo pipefail
ls ${{ env.BUILDER_CHECKOUT_DIR }}
- uses: ./$BUILDER_CHECKOUT_DIR/.github/actions/rng
- uses: ./__BUILDER_SOURCE_DIR__/.github/actions/rng

0 comments on commit 0c5809c

Please sign in to comment.