Skip to content

Commit

Permalink
Create env-uses.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Oct 18, 2022
1 parent 51342f6 commit b6deec6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/env-uses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: submit actions

on:
workflow_dispatch:

env:
BUILDER_SOURCE_DIR: .__builder_source__

jobs:
checkout:
name: checkout
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
with:
path: "${{ env.BUILDER_CHECKOUT_DIR }}"
- run: |
set -euo pipefail
ls ${{ env.BUILDER_CHECKOUT_DIR }}
- uses: ${{ env.BUILDER_CHECKOUT_DIR }}/.github/actions/rng

0 comments on commit b6deec6

Please sign in to comment.