Skip to content

Commit

Permalink
fix env context
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks committed Feb 13, 2024
1 parent ef7b6af commit fb12a85
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ defaults:
run:
shell: bash

env:
GST_GIT_REPO: ${{ inputs.src-repo }}
GST_GIT_BRANCH: ${{ inputs.gst_version }}
GST_SRC_DIR: gst-plugins-rs/${{ inputs.gst_plugin }}

jobs:
# This job must run on the runner because hashFiles() operates on the runner
# by design, not inside the defined container (actions/runner#837).
Expand All @@ -37,6 +32,11 @@ jobs:
echo "version=$(cat VERSION)" >> $GITHUB_OUTPUT
main:
env:
GST_GIT_REPO: ${{ inputs.src-repo }}
GST_GIT_BRANCH: ${{ inputs.gst_version }}
GST_SRC_DIR: gst-plugins-rs/${{ inputs.gst_plugin }}

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit fb12a85

Please sign in to comment.