Skip to content

Commit

Permalink
test
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 69d038c commit 2c1c59d
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 2c1c59d

Please sign in to comment.