Skip to content

Commit

Permalink
Merge pull request #48 from usegalaxy-eu/arash-add-changed-files-env-var
Browse files Browse the repository at this point in the history
Add env variables for changed files
  • Loading branch information
wm75 authored Jun 18, 2024
2 parents 1543b2e + 5af1894 commit dd0eb9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/galaxy-social/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ runs:
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Create env variables for changed files
if: steps.get_changed_files.outputs.any_changed == 'true'
shell: bash
run: |
echo "CHANGED_FILES=${{ steps.get_changed_files.outputs.all_changed_files }}" >> $GITHUB_ENV
- name: Run script to create preview
if: steps.get_changed_files.outputs.any_changed == 'true' && inputs.preview == 'true'
shell: bash
Expand Down

0 comments on commit dd0eb9a

Please sign in to comment.