Skip to content

Commit

Permalink
remove unnecessary $
Browse files Browse the repository at this point in the history
  • Loading branch information
paulochang committed Feb 20, 2024
1 parent 6ba042f commit b9e9479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "currentOffset: $currentOffset"
done
encodedUri=$(echo -n "$${{ steps.removeMd.outputs.replaced }}" | jq --slurp --raw-input --raw-output @uri)
encodedUri=$(echo -n "${{ steps.removeMd.outputs.replaced }}" | jq --slurp --raw-input --raw-output @uri)
echo "finished"
echo $json
Expand Down

0 comments on commit b9e9479

Please sign in to comment.