Skip to content

Commit

Permalink
eval
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
M. Fatih Cırıt committed Jun 25, 2024
1 parent 2c1c59d commit 4732dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/get-modified-packages-docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ runs:
- name: Get modified packages
id: get-modified-packages
run: |
modified_packages=${docker run --shm-size 1G \
modified_packages=$(docker run --shm-size 1G \
-v ${{ github.workspace }}:/workspace \
-w /workspace \
-e GITHUB_ACTION_PATH \
-v ${GITHUB_ACTION_PATH}:${GITHUB_ACTION_PATH} \
ubuntu:22.04 \
/bin/bash -c "cat ${GITHUB_ACTION_PATH}/get-modified-packages.sh"}
/bin/bash -c "cat ${GITHUB_ACTION_PATH}/get-modified-packages.sh")
echo "modified-packages=$modified_packages" >> $GITHUB_OUTPUT
shell: bash

Expand Down

0 comments on commit 4732dbf

Please sign in to comment.