Skip to content

Commit

Permalink
Simplify json filter
Browse files Browse the repository at this point in the history
  • Loading branch information
nbolton committed Sep 25, 2024
1 parent e759d83 commit c571e6f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,8 @@ jobs:
id: get
run: |
json_file="./deskflow/.github/workflows/ci-linux.json"
{
echo "json=<<EOF"
cat $json_file
echo "EOF"
} >> $GITHUB_OUTPUT
cat $GITHUB_OUTPUT
json=$(cat $json_file)
echo "json=$(echo $json)" >> $GITHUB_OUTPUT
linux:
needs: linux-matrix
Expand Down

0 comments on commit c571e6f

Please sign in to comment.